summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-07-10 09:08:35 -0400
committerDan Winship <danw@gnome.org>2013-07-10 09:08:35 -0400
commit312dbe87cc452c2f55f53068d1c5ac59ab2be94b (patch)
treec339fa7a9b1b68de0876bd5cc9c1edd2de7364d7 /tests
parente6ed20e9832dbc7290b3cfde39b1e029689e1ace (diff)
downloadlibsoup-312dbe87cc452c2f55f53068d1c5ac59ab2be94b.tar.gz
build: use AM_CPPFLAGS rather than INCLUDES
to make automake 1.13 happy
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6fa6d1c3..22c4a851 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DSRCDIR=\""$(abs_srcdir)"\" \
-DBUILDDIR=\""$(builddir)"\" \