summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan.becheriu@qualitance.com>2017-12-12 13:20:17 +0100
committerRazvan Becheriu <razvan.becheriu@qualitance.com>2017-12-12 13:20:17 +0100
commit8abf4ba70245cc9e9cf065522ea51319d7918e3d (patch)
tree6767812ccd85c3b8ef3c530505a431df5313bc43 /Makefile.am
parentMerge branch 'isc-master' into makefile-am (diff)
parent[master] Added ChangeLog entry for #5403. (diff)
downloadkea-8abf4ba70245cc9e9cf065522ea51319d7918e3d.tar.xz
kea-8abf4ba70245cc9e9cf065522ea51319d7918e3d.zip
Merge remote-tracking branch 'isc-kea/master' into HEAD
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1268d3d4b7..bbdaa74ce5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,8 @@ DISTCHECK_GTEST_CONFIGURE_FLAG=@DISTCHECK_GTEST_CONFIGURE_FLAG@
DISTCHECK_CRYPTO_CONFIGURE_FLAG=@DISTCHECK_CRYPTO_CONFIGURE_FLAG@
DISTCHECK_BOOST_CONFIGURE_FLAG=@DISTCHECK_BOOST_CONFIGURE_FLAG@
OVERALL_COVERAGE_DIR=$(abs_top_builddir)/coverage-cpp-html
+DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG=@DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG@
+DISTCHECK_KEA_SHELL_CONFIGURE_FLAG=@DISTCHECK_KEA_SHELL_CONFIGURE_FLAG@
DISTCLEANFILES = config.report
@@ -26,6 +28,12 @@ DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_CRYPTO_CONFIGURE_FLAG)
# Keep the Boost configuration which becomes sensible
DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_BOOST_CONFIGURE_FLAG)
+# Keep the log4cplus path too
+DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG)
+
+# Keep kea-shell if enabled
+DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_KEA_SHELL_CONFIGURE_FLAG)
+
dist_doc_DATA = AUTHORS COPYING ChangeLog README
.PHONY: check-valgrind check-valgrind-suppress