Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.

This commit is contained in:
Matthew Barnes
2009-06-30 17:18:36 -04:00
parent 0169e6a289
commit 42e75c9162
89 changed files with 90 additions and 90 deletions

View File

@ -1,4 +1,4 @@
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(E_UTIL_CFLAGS) \
$(PY_INCLUDES)

View File

@ -1,4 +1,4 @@
INCLUDES = \
AM_CPPFLAGS = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"