From 467e72c34e3285ba42c839f48b7580e7ab11f51a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Mar 2009 10:38:41 +0100 Subject: 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 --- xtables.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xtables.pc.in') 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 -- cgit v1.2.3