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:
@@ -104,7 +104,7 @@ wmaker_SOURCES = \
|
||||
text.h
|
||||
|
||||
|
||||
CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
|
||||
AM_CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
|
||||
Reference in New Issue
Block a user