1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 08:22:37 +01:00

replaced CPPFLAGS with AM_CPPFLAGS in some Makefile.am's to avoid overwriting the user's CPPFLAGS environment variable

This commit is contained in:
dan
2004-02-25 21:26:49 +00:00
parent a018eff89d
commit 791bb6a444
4 changed files with 5 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ wmaker_SOURCES = \
text.h
CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
AM_CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
INCLUDES = \