summaryrefslogtreecommitdiffstats
path: root/xtables.pc.in
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-04 18:37:38 +0200
committerPatrick McHardy <kaber@trash.net>2008-08-04 18:37:38 +0200
commit126c1361ad5201973e6ebc761b3e38a67915de29 (patch)
treecaf5c72d202a0d1c8ca044a14d4d839a902d4be8 /xtables.pc.in
parentdee5f0009f7ca1a6d092c3c17450c33c53121b7c (diff)
Put xtables.c into its own library, libxtables.so
iproute2's tc's m_ipt.c poses as a pseudo-iptables program to make use of the info structure composition of iptables extensions. Since tc would have to clone a lot of code, xtables.c is put into its own shared library and should not be relied upon by any other programs. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'xtables.pc.in')
-rw-r--r--xtables.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/xtables.pc.in b/xtables.pc.in
new file mode 100644
index 00000000..7246d7bd
--- /dev/null
+++ b/xtables.pc.in
@@ -0,0 +1,11 @@
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+xtlibdir=@xtlibdir@
+includedir=@includedir@
+
+Name: xtables
+Description: Shared Xtables code for extensions and iproute2
+Version: @PACKAGE_VERSION@
+Libs: -lxtables