From 59e949294f4688bafe44b7def2972987224520c8 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 20 Jan 2014 10:26:57 +0100 Subject: rename library to libnftnl We plan to use this library name for the higher layer library. Signed-off-by: Pablo Neira Ayuso --- libnftnl.pc.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libnftnl.pc.in (limited to 'libnftnl.pc.in') diff --git a/libnftnl.pc.in b/libnftnl.pc.in new file mode 100644 index 0000000..0c6d57e --- /dev/null +++ b/libnftnl.pc.in @@ -0,0 +1,15 @@ +# libnftables pkg-config file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libnftables +Description: Netfilter nf_tables infrastructure library +URL: http://netfilter.org/projects/libnftables/ +Version: @VERSION@ +Requires: +Conflicts: +Libs: -L${libdir} -lnftables +Cflags: -I${includedir} -- cgit v1.2.3