summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--dns++.pc.in11
-rw-r--r--doc/guide/hooks-radius.xml1
4 files changed, 0 insertions, 16 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
diff --git a/configure.ac b/configure.ac
index ec7d01f42c..67842e7431 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
index ef65c7ed1c..0000000000
--- a/dns++.pc.in
+++ /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
diff --git a/doc/guide/hooks-radius.xml b/doc/guide/hooks-radius.xml
index 9425ef63f3..ea72b1b018 100644
--- a/doc/guide/hooks-radius.xml
+++ b/doc/guide/hooks-radius.xml
@@ -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