diff options
Diffstat (limited to 'cpp/sca/test')
-rw-r--r-- | cpp/sca/test/store-function/Makefile.am | 2 | ||||
-rw-r--r-- | cpp/sca/test/store-object/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cpp/sca/test/store-function/Makefile.am b/cpp/sca/test/store-function/Makefile.am index 57a5c114d3..8d73bf3bff 100644 --- a/cpp/sca/test/store-function/Makefile.am +++ b/cpp/sca/test/store-function/Makefile.am @@ -18,6 +18,8 @@ store_function_PROGRAMS = store-function-test store_functiondir=$(prefix)/test/store-function/deploy +nobase_include_HEADERS = *.hpp + INCLUDES = -I. -I$(top_builddir)/kernel -I${LIBXML2_INCLUDE} -I${APR_INCLUDE} store_function_test_SOURCES = store-function-test.cpp diff --git a/cpp/sca/test/store-object/Makefile.am b/cpp/sca/test/store-object/Makefile.am index 18b4aa8cc7..9e5621c6ca 100644 --- a/cpp/sca/test/store-object/Makefile.am +++ b/cpp/sca/test/store-object/Makefile.am @@ -18,6 +18,8 @@ store_object_PROGRAMS = store-object-test store_objectdir=$(prefix)/test/store-object/deploy +nobase_include_HEADERS = *.hpp + INCLUDES = -I. -I$(top_builddir)/kernel -I${LIBXML2_INCLUDE} -I${APR_INCLUDE} store_object_test_SOURCES = store-object-test.cpp |