diff options
author | Francis Dupont <fdupont@isc.org> | 2017-10-23 00:50:40 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-10-23 00:50:40 +0200 |
commit | 3b4db07671c58c0e28cec44101a2e30743aa9aa5 (patch) | |
tree | 59c097ff0a300390b850eda9d4156fa2868188c8 /Makefile.am | |
parent | [master] Added Changelog entry for #5393. (diff) | |
download | kea-3b4db07671c58c0e28cec44101a2e30743aa9aa5.tar.xz kea-3b4db07671c58c0e28cec44101a2e30743aa9aa5.zip |
[5389] Addressed warnings, moved to boost coroutines
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2e34d16daf..5ebd46d698 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,6 @@ report-cpp-coverage: if HAVE_BOTAN botan/\* \ endif - ext/coroutine/\* \ gtest/\* \ include/\* \ log4cplus/\* \ @@ -120,9 +119,6 @@ install-exec-hook: EXTRA_DIST = tools/path_replacer.sh EXTRA_DIST += tools/mk_cfgrpt.sh -#### include external sources in the distributed tarball: -EXTRA_DIST += ext/coroutine/coroutine.h - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dns++.pc |