From: Jan Engelhardt Date: Thu, 19 Mar 2009 09:38:41 +0000 (+0100) Subject: libxtables: add -I/-L flags to pkgconfig files X-Git-Tag: v1.4.3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=467e72c34e3285ba42c839f48b7580e7ab11f51a;p=thirdparty%2Fiptables.git 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 --- 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