]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxtables: add -I/-L flags to pkgconfig files
authorJan Engelhardt <jengelh@medozas.de>
Thu, 19 Mar 2009 09:38:41 +0000 (10:38 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 19 Mar 2009 09:57:52 +0000 (10:57 +0100)
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>
xtables.pc.in

index 7246d7bdc28de853e01e8767572a72a4063b7162..fa6f33bea63d27ee101d86f96d58bba7a368849d 100644 (file)
@@ -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