summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-04 17:16:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-04 17:16:12 +0000
commit1f67198150c58d0c83c520af8c9a68a4ac781c69 (patch)
tree03b75de52d6359d22445a00dccc75171a1e72133
parent5a9210166fdfdb844e1cb5ef5b593965b8fd9b0f (diff)
-I$(includedir) is moved from INCLUDES variable to the end of
CPPFLAGS. This allow build Mutt with Bruno's libiconv and --prefix=/usr on glibc-2.1.2 systems. From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e8c878a..95922b93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,9 @@ CPP=@CPP@
DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1
-INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl -I$(includedir)
+INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
+
+CPPFLAGS=@CPPFLAGS@ -I$(includedir)
non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1.c \
pgpmicalg.c gnupgparse.c sha1.h \