Allow user to select what extensions to compile and install

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
This commit is contained in:
Jan Engelhardt
2008-02-14 17:38:15 +01:00
parent f360ec3c85
commit da011c8871
6 changed files with 113 additions and 41 deletions

View File

@@ -1,6 +1,9 @@
# -*- Makefile -*-
obj-m += xt_LOGMARK.o
obj-m += xt_TARPIT.o
obj-m += xt_TEE.o
obj-m += compat_xtables.o
include ${XA_TOPSRCDIR}/mconfig
obj-m += compat_xtables.o
obj-${build_LOGMARK} += xt_LOGMARK.o
obj-${build_TARPIT} += xt_TARPIT.o
obj-${build_TEE} += xt_TEE.o