diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2018-11-28 17:52:00 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2018-11-28 21:17:38 +0100 |
commit | 398cfdd6a472ef89e096820a5f6e32b7015647bb (patch) | |
tree | db456426d0dbe3108cb67b5df9da1d2ff79ae7d2 /Makefile.am | |
parent | [#293,!145] ext/coroutine/Makefile added in configure.ac (diff) | |
download | kea-398cfdd6a472ef89e096820a5f6e32b7015647bb.tar.xz kea-398cfdd6a472ef89e096820a5f6e32b7015647bb.zip |
[#293,!45] Add coroutine.hpp back to the kea sources
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 21f19fc487..8e25a6bcf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,7 @@ endif if HAVE_BOTAN botan/\* \ endif + ext/coroutine/\* \ gtest/\* \ include/\* \ lib/\eval/\* \ @@ -149,6 +150,9 @@ 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.hpp + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dns++.pc |