summaryrefslogtreecommitdiff
path: root/libproto/dotmail/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/dotmail/Makefile.am')
-rw-r--r--libproto/dotmail/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libproto/dotmail/Makefile.am b/libproto/dotmail/Makefile.am
index eeac8be28..e2159040f 100644
--- a/libproto/dotmail/Makefile.am
+++ b/libproto/dotmail/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2019 Free Software Foundation, Inc.
+## Copyright (C) 2019-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,11 +14,11 @@
## 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_dotmail.la
libmu_dotmail_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
-libmu_dotmail_la_LIBADD = ${MU_LIB_MAILUTILS}
+libmu_dotmail_la_LIBADD = $(MU_LIB_MAILUTILS)
libmu_dotmail_la_SOURCES = \
dotmail.c\
message.c\

Return to:

Send suggestions and report system problems to the System administrator.