From 9f5e49e147219cd161de8cd80cadf8a444969ef0 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 16 Jan 2018 17:19:57 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- libnftables.pc.in | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libnftables.pc.in (limited to 'libnftables.pc.in') 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} -- cgit v1.2.3