From: Brendan Cully Date: Sun, 4 Mar 2007 06:09:53 +0000 (-0800) Subject: Do not append ${prefix}/include to CPPFLAGS. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cd019653dd626509603156aabb2adc9ec0ee605;p=neomutt Do not append ${prefix}/include to CPPFLAGS. If configure didn't see it, neither should make. (closes: #2603) --- diff --git a/Makefile.am b/Makefile.am index 5b25088bc..23912e4d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,7 @@ DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ AM_CPPFLAGS=-I. -I$(top_srcdir) $(IMAP_INCLUDES) $(GPGME_CFLAGS) -Iintl -CPPFLAGS=@CPPFLAGS@ -I$(includedir) - +CPPFLAGS=@CPPFLAGS@ EXTRA_mutt_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c \ mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c \