summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 23:04:29 +0200
committerWolfgang Ulbrich <[email protected]>2013-07-18 23:04:29 +0200
commit5c97d988bca602cb73efc7f3ae62a7fb51baff05 (patch)
tree8a466b9bc6c48c5778f90c9223b5fc7856ddf196 /test/Makefile.am
parent95f8fe17b9141f79e4beb39569d7f83b070f371b (diff)
downloadcaja-5c97d988bca602cb73efc7f3ae62a7fb51baff05.tar.bz2
caja-5c97d988bca602cb73efc7f3ae62a7fb51baff05.tar.xz
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'test/Makefile.am')
-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) \