summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-01-02 08:52:22 -0500
committerColin Walters <walters@verbum.org>2014-01-02 08:52:22 -0500
commit1d5764e2c12e3e1c8e406705c2daf5a4e50e608f (patch)
treed3f4adbfee3ce717c712c4c14a80534a40d2a9f6 /tests
parentcb869fae2ea518d3779666f8ee8a1dba9e7d7d92 (diff)
downloadepiphany-1d5764e2c12e3e1c8e406705c2daf5a4e50e608f.tar.gz
build: s/INCLUDES/AM_CPPFLAGS/ to silence Automake warning
We were already using AM_CPPFLAGS elsewhere, so it has to work.
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 1db8a32c7..e515b422e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -91,7 +91,7 @@ test-report perf-report full-report: ${TEST_PROGS}
# run tests in cwd as part of make check
check-local: test-nonrecursive
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/embed \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/history \