summaryrefslogtreecommitdiffstats
path: root/xtables.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* src: move all iptables pieces into a separate directoryJan Engelhardt2011-06-071-13/+0
| | | | | | (Unclutter top-level dir) Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libiptc: add Libs.private to pkgconfig filesJan Engelhardt2010-09-131-0/+1
| | | | | | | | This is needed when doing static linking. (pkg-config --static --libs libiptc) References: http://bugzilla.netfilter.org/show_bug.cgi?id=675 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libxtables: add -I/-L flags to pkgconfig filesJan Engelhardt2009-03-191-1/+2
| | | | | | | | 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>
* Put xtables.c into its own library, libxtables.soJan Engelhardt2008-08-041-0/+11
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>