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 8a305378a..0a9c26875 100644
--- a/libproto/imap/tests/Makefile.am
+++ b/libproto/imap/tests/Makefile.am
@@ -17,11 +17,11 @@
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)\
$(MU_COMMON_LIBRARIES)\
- ${MU_LIB_MAILUTILS}
+ $(MU_LIB_MAILUTILS)

Return to:

Send suggestions and report system problems to the System administrator.