summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-06-21 12:51:54 +0200
committerStef Walter <stefw@gnome.org>2013-06-21 15:11:15 +0200
commit46fa0810637a63e51c2b2be6ae85783abca12b07 (patch)
tree0f64ebc2cc8b3515a45f3f5ceb2c9d3e31ffe3fe /egg
parent1f79129f790e9c653f00e52adb26f2fd86e09571 (diff)
downloadlibsecret-46fa0810637a63e51c2b2be6ae85783abca12b07.tar.gz
Use AM_CPPFLAGS instead of INCLUDES
automake 1.13 deprecates the latter
Diffstat (limited to 'egg')
-rw-r--r--egg/Makefile.am2
-rw-r--r--egg/tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/egg/Makefile.am b/egg/Makefile.am
index 84fc104..9b8e2fa 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -5,7 +5,7 @@ noinst_LTLIBRARIES = \
EXTRA_DIST = egg-testing.h
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/build \
-DWITH_VALGRIND
diff --git a/egg/tests/Makefile.am b/egg/tests/Makefile.am
index 88b9e51..856659f 100644
--- a/egg/tests/Makefile.am
+++ b/egg/tests/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
-DSRCDIR="\"@abs_srcdir@\"" \