From 91264d8b8b746f7eee8a3e1ee9b5e57758441cfc Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Mon, 20 Jan 2014 17:56:21 +0200 Subject: build: Ensure pkg-config file provides the right informations It's not -lnftables anymore but -lnftnl (among other details) Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- 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} -- cgit v1.2.3