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.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/libproto/imap/tests/Makefile.am b/libproto/imap/tests/Makefile.am
index c58614564..45d6ebea5 100644
--- a/libproto/imap/tests/Makefile.am
+++ b/libproto/imap/tests/Makefile.am
@@ -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.