summaryrefslogtreecommitdiff
path: root/imap4d/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/tests/Makefile.am')
-rw-r--r--imap4d/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap4d/tests/Makefile.am b/imap4d/tests/Makefile.am
index a75e09305..2fbbc028f 100644
--- a/imap4d/tests/Makefile.am
+++ b/imap4d/tests/Makefile.am
@@ -20,9 +20,9 @@ include $(top_srcdir)/testsuite/testsuite.am
## Non-installable programs
## -------------------------- ##
-AM_CPPFLAGS = @MU_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
noinst_PROGRAMS = ckiconv
-LDADD = ${MU_LIB_MAILUTILS} $(MU_COMMON_LIBRARIES)
+LDADD = $(MU_LIB_MAILUTILS) $(MU_COMMON_LIBRARIES)
TESTSUITE_AT += \
anystate.at\

Return to:

Send suggestions and report system problems to the System administrator.