summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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