summaryrefslogtreecommitdiff
path: root/libmu_cpp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_cpp/Makefile.am')
-rw-r--r--libmu_cpp/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmu_cpp/Makefile.am b/libmu_cpp/Makefile.am
index d97befdd0..6af50f70a 100644
--- a/libmu_cpp/Makefile.am
+++ b/libmu_cpp/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2004-2019 Free Software Foundation, Inc.
+## Copyright (C) 2004-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
@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS = @MU_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
lib_LTLIBRARIES = libmu_cpp.la
@@ -41,6 +41,6 @@ libmu_cpp_la_SOURCES = \
stream.cc\
url.cc
-libmu_cpp_la_LIBADD = @MU_COMMON_LIBRARIES@
+libmu_cpp_la_LIBADD = $(MU_COMMON_LIBRARIES)
libmu_cpp_la_LDFLAGS = -rpath $(libdir) -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@

Return to:

Send suggestions and report system problems to the System administrator.