]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
build: Eliminate forgotten traces of libnftables exporting
authorPhil Sutter <phil@nwl.cc>
Tue, 16 Jan 2018 16:19:57 +0000 (17:19 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 19 Jan 2018 12:08:59 +0000 (13:08 +0100)
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>
Makefile.am
configure.ac
libnftables.pc.in [deleted file]

index 9af25ded836b856e51fbd1cd3bf6ff53d14ec87d..10aa40f14127fc03f050ad333f27d065b4a53279 100644 (file)
@@ -6,6 +6,3 @@ SUBDIRS =       src     \
                files
 
 EXTRA_DIST =   tests
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libnftables.pc
index 13b5574859cd10923e7cfefc896b38e4605168b9..769115be9c4b7e2e4f7ec0394ba13e7203dee0a5 100644 (file)
@@ -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 (file)
index 6431d48..0000000
+++ /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}