summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 23:04:29 +0200
committerStefano Karapetsas <[email protected]>2013-09-18 21:10:34 +0200
commit6278dcbcd50ce052fa2e7aa5a4b32d96713a2480 (patch)
treedf08f04087e2898ac574dc6a1754519850925305
parent85a8311d09afd925c6abdcc499b81a5305762e8d (diff)
downloadcaja-6278dcbcd50ce052fa2e7aa5a4b32d96713a2480.tar.bz2
caja-6278dcbcd50ce052fa2e7aa5a4b32d96713a2480.tar.xz
INCLUDES to AM_CPPFLAGS
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 92b9fda0..242a7775 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,6 @@
NULL=
-INCLUDES =\
+AM_CPPFLAGS =\
-I$(top_srcdir) \
$(CORE_CFLAGS) \
$(WARNING_CFLAGS) \