summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-01-16 17:19:57 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-01-19 13:08:59 +0100
commit9f5e49e147219cd161de8cd80cadf8a444969ef0 (patch)
tree0b14db54180f46c6bc628c043622e26ebda46ff9 /configure.ac
parent4c19685e0f29207fd70747ee9bf7996b118ae598 (diff)
build: Eliminate forgotten traces of libnftables exporting
This removes libnftables pkg-config file along with the few lines of code to adjust and install it. Fixes: d572d59788143 ("Make libnftables a local static library") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 13b55748..769115be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,6 @@ AC_CHECK_FUNCS([memmove memset strchr strdup strerror strtoull])
AC_CONFIG_FILES([ \
Makefile \
- libnftables.pc \
src/Makefile \
include/Makefile \
include/nftables/Makefile \