replace INCLUDES with AM_CPPFLAGS
INCLUDES is deprecated (http://www.gnu.org/software/automake/manual/automake.html#Program-variables)
This commit is contained in:
parent
840303fedf
commit
bbab414f66
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ lumigui_srcdir = $(top_srcdir)/src/gui
|
|||
#lumigui_CFLAGS = $(CFLAGS) -std=gnu99 -Wall -Werror
|
||||
#lumigui_CPPFLAGS = -I$(top_srcdir)/src/
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
||||
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
|
||||
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue