summaryrefslogtreecommitdiff
path: root/libproto/imap/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/imap/tests/Makefile.am')
-rw-r--r--libproto/imap/tests/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/libproto/imap/tests/Makefile.am b/libproto/imap/tests/Makefile.am
index c58614564..78a9ab994 100644
--- a/libproto/imap/tests/Makefile.am
+++ b/libproto/imap/tests/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2003-2019 Free Software Foundation, Inc.
+## Copyright (C) 2003-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
@@ -17,9 +17,9 @@
noinst_PROGRAMS = \
imapfolder
-AM_CPPFLAGS = @MU_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
LDADD = \
- @MU_LIB_IMAP@\
- @MU_LIB_AUTH@\
- @MU_AUTHLIBS@\
- @MU_LIB_MAILUTILS@
+ $(MU_LIB_IMAP)\
+ $(MU_LIB_AUTH)\
+ $(MU_AUTHLIBS)\
+ $(MU_LIB_MAILUTILS)

Return to:

Send suggestions and report system problems to the System administrator.