Use AM_CPPFLAGS instead of INCLUDES

automake 1.13 deprecates the latter
This commit is contained in:
Stef Walter 2013-06-21 12:51:54 +02:00
parent 1f79129f79
commit 46fa081063
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ noinst_LTLIBRARIES = \
EXTRA_DIST = egg-testing.h
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/build \
-DWITH_VALGRIND

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
-DSRCDIR="\"@abs_srcdir@\"" \

View File

@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = . tests
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-DSECRET_COMPILATION \
$(NULL)

View File

@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.decl
# and I'm not sure how we can add that dependency.
.NOTPARALLEL:
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libsecret \
-DSRCDIR="\"@abs_srcdir@\"" \

View File

@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libsecret \
-DSECRET_COMPILATION \