]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: combine iptables-multi and iptables-static
authorJan Engelhardt <jengelh@medozas.de>
Thu, 23 Jul 2009 15:41:21 +0000 (17:41 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 25 Jul 2009 19:40:56 +0000 (21:40 +0200)
commitb79ec69027fd8b65e7eccd78a445b6665e8ad53b
treed0fa5dae1958bbf190844ea109e7ed27fa778b60
parent4186f8aa0b113ea1a52aa90292ff89b96bed9c39
build: combine iptables-multi and iptables-static

Changed the Makefile so that:

1. --enable-shared / --disable-shared control the linkage against
   libdl (and thus the potential to use 3rd party extensions)

2. --enable-static / --disable-static controls whether shipped
   extensions are built-in or provided as modules

iptables-static becomes redundant by this action; iptables-multi now
has the feature.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
INSTALL
Makefile.am
extensions/GNUmakefile.in
include/xtables.h.in
ip6tables-restore.c
ip6tables-save.c
ip6tables-standalone.c
iptables-restore.c
iptables-save.c
iptables-standalone.c