src/owniptc: Moved the “src/libiptc” directory to “src/owniptc” to avoid build issues.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 6 Sep 2009 10:06:12 +0000 (12:06 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 6 Sep 2009 10:11:41 +0000 (12:11 +0200)
commit2438b95b7f7930902d021aa749308ea8ae5652ca
tree4f286a249cc02139abbc656ada5ab6c9f16742f7
parenteb1d4382c6c29ce598052daaf13ef6ff6672430f
src/owniptc: Moved the “src/libiptc” directory to “src/owniptc” to avoid build issues.

If there is a system-wide version of this library available, the “-I.”
argument (added automatically by automake :() will lead to the shipped
header files being used. Later, the binary is linked with the
system-wide library, which leads to severe problems when API/ABI
incompatibilities have been introduced in other versions.
25 files changed:
configure.in
src/Makefile.am
src/iptables.c
src/libiptc/Makefile.am [deleted file]
src/libiptc/README.collectd [deleted file]
src/libiptc/ipt_kernel_headers.h [deleted file]
src/libiptc/libip4tc.c [deleted file]
src/libiptc/libip6tc.c [deleted file]
src/libiptc/libip6tc.h [deleted file]
src/libiptc/libiptc.c [deleted file]
src/libiptc/libiptc.h [deleted file]
src/libiptc/libxtc.h [deleted file]
src/libiptc/linux_list.h [deleted file]
src/libiptc/xtables.h [deleted file]
src/owniptc/Makefile.am [new file with mode: 0644]
src/owniptc/README.collectd [new file with mode: 0644]
src/owniptc/ipt_kernel_headers.h [new file with mode: 0644]
src/owniptc/libip4tc.c [new file with mode: 0644]
src/owniptc/libip6tc.c [new file with mode: 0644]
src/owniptc/libip6tc.h [new file with mode: 0644]
src/owniptc/libiptc.c [new file with mode: 0644]
src/owniptc/libiptc.h [new file with mode: 0644]
src/owniptc/libxtc.h [new file with mode: 0644]
src/owniptc/linux_list.h [new file with mode: 0644]
src/owniptc/xtables.h [new file with mode: 0644]