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 --- Makefile.am | 3 --- configure.ac | 1 - libnftables.pc.in | 15 --------------- 3 files changed, 19 deletions(-) delete mode 100644 libnftables.pc.in diff --git a/Makefile.am b/Makefile.am index 9af25ded..10aa40f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,3 @@ SUBDIRS = src \ files EXTRA_DIST = tests - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libnftables.pc 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 \ 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