Skip to content

Commit

Permalink
Do not append ${prefix}/include to CPPFLAGS.
Browse files Browse the repository at this point in the history
If configure didn't see it, neither should make. (closes: #2603)

--HG--
branch : HEAD
  • Loading branch information
bcully committed Mar 4, 2007
1 parent c2134ef commit 2e415de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Expand Up @@ -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 \
Expand Down

0 comments on commit 2e415de

Please sign in to comment.