diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:04:29 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-09-18 21:10:34 +0200 |
commit | 6278dcbcd50ce052fa2e7aa5a4b32d96713a2480 (patch) | |
tree | df08f04087e2898ac574dc6a1754519850925305 | |
parent | 85a8311d09afd925c6abdcc499b81a5305762e8d (diff) | |
download | caja-6278dcbcd50ce052fa2e7aa5a4b32d96713a2480.tar.bz2 caja-6278dcbcd50ce052fa2e7aa5a4b32d96713a2480.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) \ |