mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +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:
@@ -42,7 +42,7 @@ WPrefs_SOURCES = \
|
||||
imagebrowser.h \
|
||||
xmodifier.c
|
||||
|
||||
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
|
||||
AM_CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user