summaryrefslogtreecommitdiff
path: root/mu/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mu/Makefile.am')
-rw-r--r--mu/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/mu/Makefile.am b/mu/Makefile.am
index bf879e96b..f71e9d0cd 100644
--- a/mu/Makefile.am
+++ b/mu/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2019 Free Software Foundation, Inc.
+## Copyright (C) 1999-2024 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -21,8 +21,8 @@ bin_SCRIPTS = mailutils-config
EXTRA_DIST = mailutils-config
mailutils_SOURCES = mu.c
-mailutils_CPPFLAGS = @MU_APP_COMMON_INCLUDES@ -DMAILUTILSDIR=\"$(pkglibexecdir)\"
+mailutils_CPPFLAGS = $(MU_APP_COMMON_INCLUDES) -DMAILUTILSDIR=\"$(pkglibexecdir)\"
-LDADD = ${MU_APP_LIBRARIES} ${MU_LIB_MAILUTILS}
+LDADD = $(MU_APP_LIBRARIES) $(MU_LIB_MAILUTILS)
-AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_APP_COMMON_INCLUDES)

Return to:

Send suggestions and report system problems to the System administrator.