summaryrefslogtreecommitdiff
path: root/mu
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-26 17:59:11 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-26 18:04:48 +0200
commit144bf5da108539d9893a90d1024539500d85a390 (patch)
tree77693d96a586cdef16254be6145bd83f320c6c44 /mu
parent9555444d92c7b9c5e523b848beedd3fa787b184d (diff)
downloadmailutils-144bf5da108539d9893a90d1024539500d85a390.tar.gz
mailutils-144bf5da108539d9893a90d1024539500d85a390.tar.bz2
Use AM_CPPFLAGS instead of INCLUDES; upgrade gint
Diffstat (limited to 'mu')
-rw-r--r--mu/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu/Makefile.am b/mu/Makefile.am
index 7d4fe8e72..07294396a 100644
--- a/mu/Makefile.am
+++ b/mu/Makefile.am
@@ -98,8 +98,8 @@ mu_LDADD = \
${LIBMU_DBM} @DBMLIBS@\
@READLINE_LIBS@ @MU_COMMON_LIBRARIES@
-INCLUDES = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@
AM_CPPFLAGS = \
+ @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@\
-DCOMPILE_FLAGS="\"-I$(includedir)\"" \
-DLINK_FLAGS="\"-L$(libdir)\"" \
-DLINK_POSTFLAGS="\"$(MU_LINK_POSTFLAGS)\"" \

Return to:

Send suggestions and report system problems to the System administrator.