]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[498-pkg-config-usage-in-kea-libs-is-wrong] Got rid of dns++.pc 498-pkg-config-usage-in-kea-libs-is-wrong
authorFrancis Dupont <fdupont@isc.org>
Sun, 10 Mar 2019 15:55:38 +0000 (16:55 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 11 Mar 2019 15:11:24 +0000 (11:11 -0400)
Makefile.am
configure.ac
dns++.pc.in [deleted file]
doc/guide/hooks-radius.xml

index 3adb68f82ed730611c6723bdf5a93e2d609bcde9..86d1653fb9bc4f6460b80f19a1ad5cb5a09f2034 100644 (file)
@@ -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
index ec7d01f42cbbdfed4cf5249f2d25a9677972081d..67842e7431b1767f32c5a8dde2ef5218a97e4a34 100644 (file)
@@ -1519,7 +1519,6 @@ AC_DEFINE([CONFIG_H_WAS_INCLUDED], [1], [config.h inclusion marker])
 
 AC_CONFIG_FILES([Makefile
                  compatcheck/Makefile
-                 dns++.pc
                  doc/Makefile
                  doc/guide/Makefile
                  doc/version.ent
diff --git a/dns++.pc.in b/dns++.pc.in
deleted file mode 100644 (file)
index ef65c7e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: dns++
-Description: BIND 10 DNS library
-Version: @PACKAGE_VERSION@
-Requires: @CRYPTO_PACKAGE@
-Cflags: -I${includedir}/@PACKAGE_NAME@
-Libs: -L${libdir} -lb10-dns++ -lb10-cryptolink -lb10-util -lb10-exceptions -lm
index 9425ef63f3dce1b8f09c9e3ac46125f30c413a9e..ea72b1b018fc49e502c46fbe2b4aa2cca2d03dac 100644 (file)
@@ -181,7 +181,6 @@ total 952
 -rw-r--r--   1 thomson  staff     587 Apr 25 17:38 README
 drwxr-xr-x   5 thomson  staff     170 Apr 26 19:04 compatcheck
 -rw-r--r--   1 thomson  staff   62323 Apr 25 17:38 configure.ac
--rw-r--r--   1 thomson  staff     300 Apr 25 17:38 dns++.pc.in
 drwxr-xr-x  12 thomson  staff     408 Apr 26 19:04 doc
 drwxr-xr-x   7 thomson  staff     238 Apr 25 17:38 examples
 drwxr-xr-x   5 thomson  staff     170 Apr 26 19:04 ext