diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-01-28 12:16:33 +0100 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-01-31 14:56:46 +0100 |
commit | 01588e0c28c02b376d010f9db13a799091c410d5 (patch) | |
tree | 0828c51f06fb700c61cc9e3914350e6e69be3f96 /Makefile.am | |
parent | [#372,!181] Initial user's guide section for hammer added. (diff) | |
download | kea-01588e0c28c02b376d010f9db13a799091c410d5.tar.xz kea-01588e0c28c02b376d010f9db13a799091c410d5.zip |
[#372,!181] hammer: improved docs, added hammer.py to EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8e25a6bcf2..95283b43a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,9 @@ EXTRA_DIST += tools/mk_cfgrpt.sh #### include external sources in the distributed tarball: EXTRA_DIST += ext/coroutine/coroutine.hpp +# Add Hammer +EXTRA_DIST += hammer.py + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dns++.pc |