]> granicus.if.org Git - neomutt/commitdiff
Add -I$(includedir) to the C preprocessor flags. Per request of
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 14 Oct 1998 19:03:44 +0000 (19:03 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 14 Oct 1998 19:03:44 +0000 (19:03 +0000)
Clint Olsen.

Makefile.am
Makefile.in

index da174a4a3a78c3dba0bf7f41c68a0cb6a3820ca4..aadabf9c32d29793350d2262ca4d4c5608609f1e 100644 (file)
@@ -19,7 +19,7 @@ mutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(INTLLIBS)
 mutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(INTLDEPS)
 
 DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
-INCLUDES=-I. 
+INCLUDES=-I. -I$(includedir)
 
 non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
        gnupgparse.c sha.h sha_locl.h \
index 942061075389ad765b2870ba047d4d987e893401..786848fd8e1b268983699091f0355a5b0b416a6f 100644 (file)
@@ -118,7 +118,7 @@ mutt_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(INTLLIBS)
 mutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(INTLDEPS)
 
 DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
-INCLUDES=-I. 
+INCLUDES=-I. -I$(includedir)
 
 non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgppubring.c sha1dgst.c \
        gnupgparse.c sha.h sha_locl.h \