diff options
author | Francis Dupont <fdupont@isc.org> | 2019-03-10 16:55:38 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-03-11 16:11:24 +0100 |
commit | 93cd62c99f69cc379c08cd06791db522c1fb0aca (patch) | |
tree | 162469d5aa6fa70490009e951a852ee9f991b9ab /Makefile.am | |
parent | [master] regen all bison files (diff) | |
download | kea-93cd62c99f69cc379c08cd06791db522c1fb0aca.tar.xz kea-93cd62c99f69cc379c08cd06791db522c1fb0aca.zip |
[498-pkg-config-usage-in-kea-libs-is-wrong] Got rid of dns++.pc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3adb68f82e..86d1653fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,9 +157,6 @@ 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 - CLEANFILES = $(abs_top_builddir)/logger_lockfile # config.h may be included by headers supplied for building user-written |