summaryrefslogtreecommitdiffstats
path: root/xtables.pc.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-03-19 10:38:41 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-03-19 10:57:52 +0100
commit467e72c34e3285ba42c839f48b7580e7ab11f51a (patch)
tree1ed811a2b25ff8729dad8d64413443db0721b5c9 /xtables.pc.in
parent71bc61f926ca2d8ec57d9fbd698c2af32c9a9f64 (diff)
libxtables: add -I/-L flags to pkgconfig files
These are needed in case iptables gets installed into a non-standard path. It also enables automatic detection of these locations from 3rd party programs via pkgconfig. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'xtables.pc.in')
-rw-r--r--xtables.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/xtables.pc.in b/xtables.pc.in
index 7246d7bd..fa6f33be 100644
--- a/xtables.pc.in
+++ b/xtables.pc.in
@@ -8,4 +8,5 @@ includedir=@includedir@
Name: xtables
Description: Shared Xtables code for extensions and iproute2
Version: @PACKAGE_VERSION@
-Libs: -lxtables
+Cflags: -I${includedir}
+Libs: -L${libdir} -lxtables