summaryrefslogtreecommitdiff
path: root/libmu_scm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_scm/Makefile.am')
-rw-r--r--libmu_scm/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index 98c348c31..4bee773e5 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2019 Free Software Foundation, Inc.
+## Copyright (C) 2001-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
@@ -16,7 +16,7 @@
SUBDIRS = . mailutils tests
-AM_CPPFLAGS = -I. @MU_LIB_COMMON_INCLUDES@ @GUILE_INCLUDES@
+AM_CPPFLAGS = -I. $(MU_LIB_COMMON_INCLUDES) @GUILE_INCLUDES@
lib_LTLIBRARIES=libmu_scm.la
@@ -42,9 +42,9 @@ libmu_scm_la_SOURCES=\
libmu_scm_la_LDFLAGS = -rpath $(libdir) -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
libmu_scm_la_LIBADD = \
- ${MU_LIB_MAILBOX}\
- ${MU_LIB_MAILER}\
- ${MU_LIB_MAILUTILS}\
+ $(MU_LIB_MAILBOX)\
+ $(MU_LIB_MAILER)\
+ $(MU_LIB_MAILUTILS)\
@GUILE_LIBS@
DOT_X_FILES=\

Return to:

Send suggestions and report system problems to the System administrator.