summaryrefslogtreecommitdiffstats
path: root/lib/libipset.pc.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2012-01-01 01:25:35 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-04 15:03:41 +0100
commit22411e0bcc2dbee24e9db409c042dbc78490004c (patch)
tree6cf81ebc05c1dcd181ce38178d7361c41b4e79fa /lib/libipset.pc.in
parenta6899564887b80090d082f3c2fdeaf177e6bd7f1 (diff)
Provide a pkgconfig file
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'lib/libipset.pc.in')
-rw-r--r--lib/libipset.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libipset.pc.in b/lib/libipset.pc.in
new file mode 100644
index 0000000..1878c97
--- /dev/null
+++ b/lib/libipset.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libipset
+Description: Userspace library for the ipset extensions and the kernel interface
+Version: @VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lipset
+Requires.private: libmnl >= 1