aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2012-10-26 13:51:59 +0200
committerBert Wesarg <bert.wesarg@googlemail.com>2012-10-26 14:43:46 +0200
commit4853a3454cf460c8c47c0a5068324f7d57077db2 (patch)
treef7470198c144f193252db4641633c9aa8f10c680 /test/suites/api/Makefile.am
parent3279aacdeed2aac96741c02e2ddecbb5ae087ff8 (diff)
downloadjansson-4853a3454cf460c8c47c0a5068324f7d57077db2.zip
jansson-4853a3454cf460c8c47c0a5068324f7d57077db2.tar.gz
jansson-4853a3454cf460c8c47c0a5068324f7d57077db2.tar.bz2
Support building and testing with VPATH.
Diffstat (limited to 'test/suites/api/Makefile.am')
-rw-r--r--test/suites/api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am
index 9e60f48..2b1746d 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -29,7 +29,7 @@ test_pack_SOURCES = test_pack.c util.h
test_simple_SOURCES = test_simple.c util.h
test_unpack_SOURCES = test_unpack.c util.h
-AM_CPPFLAGS = -I$(top_srcdir)/src
+AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
LDFLAGS = -static # for speed and Valgrind
LDADD = $(top_builddir)/src/libjansson.la