]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: restore build order of modules
authorJan Engelhardt <jengelh@medozas.de>
Sun, 18 Sep 2011 13:06:05 +0000 (15:06 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 19 Sep 2011 11:42:32 +0000 (13:42 +0200)
commit8816e91cddef785c78b3598c7c41a1f88be08f5a
treed15e6d27f9c39c1d9a4004c40803bb67ccb72a9c
parent1e4965232d77ab752c9c781afcf854f4b173c7b1
build: restore build order of modules

iptables(exe) requires libext.a, but extensions/ require libxtables.la
(in iptables/). This circular dependency does not work out, so
separate libxtables into its own directory and put it in front.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Makefile.am
configure.ac
extensions/GNUmakefile.in
iptables/Makefile.am
libxtables/Makefile.am [new file with mode: 0644]
libxtables/xtables.c [moved from iptables/xtables.c with 100% similarity]
libxtables/xtoptions.c [moved from iptables/xtoptions.c with 100% similarity]