From 35e16ef9b05882de23f771befa6477f3d6c99d9b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 May 2001 06:14:50 +0000 Subject: [PATCH] * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS. --- ChangeLog | 2 ++ Make.common.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b92fcca1..afdeee2ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-05-29 Pavel Roskin + * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS. + * Make.common.in: Remove hpath, it's unused. * acconfig.h: Move constant parts ... diff --git a/Make.common.in b/Make.common.in index 736424ef5..35a59c15a 100644 --- a/Make.common.in +++ b/Make.common.in @@ -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)/"\" \