summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2014-06-30 15:26:38 +0200
committerFrancis Dupont <fdupont@isc.org>2014-06-30 15:26:38 +0200
commit4b4110dd68706b4171fc6d8a6f4f2a9cd820edac (patch)
treeb666ef94ca27398a29f8825bdf26e9f088e88fe1 /Makefile.am
parent[master] Added ChangeLog entry 793 (diff)
downloadkea-4b4110dd68706b4171fc6d8a6f4f2a9cd820edac.tar.xz
kea-4b4110dd68706b4171fc6d8a6f4f2a9cd820edac.zip
applied #2406: OpenSSL alternate crypto backend
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 014d7aa279..6c7f2b89fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ USE_LCOV=@USE_LCOV@
LCOV=@LCOV@
GENHTML=@GENHTML@
DISTCHECK_GTEST_CONFIGURE_FLAG=@DISTCHECK_GTEST_CONFIGURE_FLAG@
+DISTCHECK_CRYPTO_CONFIGURE_FLAG=@DISTCHECK_CRYPTO_CONFIGURE_FLAG@
DISTCLEANFILES = config.report
@@ -16,6 +17,9 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-install-configurations
# Use same --with-gtest flag if set
DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_GTEST_CONFIGURE_FLAG)
+# Keep the crypto backend config
+DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_CRYPTO_CONFIGURE_FLAG)
+
dist_doc_DATA = AUTHORS COPYING ChangeLog README
.PHONY: check-valgrind check-valgrind-suppress
@@ -73,12 +77,17 @@ report-cpp-coverage:
c++/4.4\*/ext/\* \
c++/4.4\*/\*-\*/bits/\* \
boost/\* \
+if HAVE_BOTAN
botan/\* \
+endif
ext/asio/\* \
ext/coroutine/\* \
gtest/\* \
- log4cplus/\* \
include/\* \
+ log4cplus/\* \
+if HAVE_OPENSSL
+ openssl/\* \
+endif
tests/\* \
unittests/\* \
\*_unittests.cc \