* [libnftnl PATCH] build: Ensure pkg-config file provides the right informations
@ 2014-01-20 15:56 Tomasz Bursztyka
2014-01-20 16:02 ` Pablo Neira Ayuso
0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Bursztyka @ 2014-01-20 15:56 UTC (permalink / raw)
To: netfilter-devel; +Cc: Tomasz Bursztyka
It's not -lnftables anymore but -lnftnl (among other details)
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
---
libnftnl.pc.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libnftnl.pc.in b/libnftnl.pc.in
index 0c6d57e..fd5cc6a 100644
--- a/libnftnl.pc.in
+++ b/libnftnl.pc.in
@@ -1,15 +1,15 @@
-# libnftables pkg-config file
+# libnftnl pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: libnftables
+Name: libnftnl
Description: Netfilter nf_tables infrastructure library
-URL: http://netfilter.org/projects/libnftables/
+URL: http://netfilter.org/projects/libnftnl/
Version: @VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lnftables
+Libs: -L${libdir} -lnftnl
Cflags: -I${includedir}
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-20 17:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 15:56 [libnftnl PATCH] build: Ensure pkg-config file provides the right informations Tomasz Bursztyka
2014-01-20 16:02 ` Pablo Neira Ayuso
2014-01-20 17:42 ` Arturo Borrero Gonzalez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.