summaryrefslogtreecommitdiffstats
path: root/libnftnl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libnftnl.pc.in')
-rw-r--r--libnftnl.pc.in15
1 files changed, 15 insertions, 0 deletions
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}