* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.

This commit is contained in:
Pavel Roskin 2001-05-29 06:14:50 +00:00
parent b6b54a53b2
commit 35e16ef9b0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-05-29 Pavel Roskin <proski@gnu.org>
* Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
* Make.common.in: Remove hpath, it's unused.
* acconfig.h: Move constant parts ...

View File

@ -49,7 +49,7 @@ AWK = @AWK@
# No way, to make make happy (except GNU), we cannot use := to append
# something to these, so that's why there is a leading _
XCFLAGS = @CFLAGS@
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. \
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -I$(top_srcdir) \
-DBINDIR=\""$(bindir)/"\" \
-DLIBDIR=\""$(mclibdir)/"\" \
-DICONDIR=\""$(icondir)/"\" \