summaryrefslogtreecommitdiffstats
path: root/libnftables.pc.in
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 /libnftables.pc.in
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 'libnftables.pc.in')
-rw-r--r--libnftables.pc.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/libnftables.pc.in b/libnftables.pc.in
deleted file mode 100644
index 6431d48c..00000000
--- a/libnftables.pc.in
+++ /dev/null
@@ -1,15 +0,0 @@
-# libnftables pkg-config file
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libnftables
-Description: Netfilter nf_tables user library
-URL: http://netfilter.org/projects/nftables/
-Version: @VERSION@
-Requires:
-Conflicts:
-Libs: -L${libdir} -lnftables
-Cflags: -I${includedir}