summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
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@\"" \