summaryrefslogtreecommitdiffstats
path: root/libnftables.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libnftables.pc.in')
-rw-r--r--libnftables.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/libnftables.pc.in b/libnftables.pc.in
new file mode 100644
index 00000000..6431d48c
--- /dev/null
+++ b/libnftables.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 user library
+URL: http://netfilter.org/projects/nftables/
+Version: @VERSION@
+Requires:
+Conflicts:
+Libs: -L${libdir} -lnftables
+Cflags: -I${includedir}