diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:04:29 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:04:29 +0200 |
commit | 5c97d988bca602cb73efc7f3ae62a7fb51baff05 (patch) | |
tree | 8a466b9bc6c48c5778f90c9223b5fc7856ddf196 | |
parent | 95f8fe17b9141f79e4beb39569d7f83b070f371b (diff) | |
download | caja-5c97d988bca602cb73efc7f3ae62a7fb51baff05.tar.bz2 caja-5c97d988bca602cb73efc7f3ae62a7fb51baff05.tar.xz |
INCLUDES to AM_CPPFLAGS
-rw-r--r-- | test/Makefile.am | 2 |
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) \ |