]> granicus.if.org Git - mutt/commitdiff
Do not append ${prefix}/include to CPPFLAGS.
authorBrendan Cully <brendan@kublai.com>
Sun, 4 Mar 2007 06:09:53 +0000 (22:09 -0800)
committerBrendan Cully <brendan@kublai.com>
Sun, 4 Mar 2007 06:09:53 +0000 (22:09 -0800)
If configure didn't see it, neither should make. (closes: #2603)

Makefile.am

index 5b25088bcc470a2b4f057ba6a994b795335986d8..23912e4d8d1d3ae780c0545cb6ee0810a1748404 100644 (file)
@@ -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 \