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@xxxxxx> --- 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 9af25ded836b8..10aa40f14127f 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 6ed3edca1fe5c..60c8c08bff2a1 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,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 6431d48cf6f2c..0000000000000 --- 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} -- 2.15.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html