ACCOUNT: move xt_ACCOUNT into its own subdirectory

Will be adding related userspace programs shortly, and an extra
directory for the same reason it is for ipset/.
This commit is contained in:
Jan Engelhardt
2009-09-24 00:44:39 +02:00
parent 1a5b9f0e02
commit 5cb36ed213
9 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
# -*- Makefile -*-
EXTRA_CFLAGS = -I${src}/..
obj-m += xt_ACCOUNT.o

View File

@@ -0,0 +1,3 @@
# -*- Makefile -*-
include ../../Makefile.extra

View File

@@ -0,0 +1,3 @@
# -*- Makefile -*-
obj-${build_ACCOUNT} += libxt_ACCOUNT.so

View File

@@ -5,7 +5,7 @@ include ${XA_ABSTOPSRCDIR}/mconfig
obj-m += compat_xtables.o
obj-${build_ACCOUNT} += xt_ACCOUNT.o
obj-${build_ACCOUNT} += ACCOUNT/
obj-${build_CHAOS} += xt_CHAOS.o
obj-${build_DELUDE} += xt_DELUDE.o
obj-${build_DHCPMAC} += xt_DHCPMAC.o

View File

@@ -1,6 +1,6 @@
# -*- Makefile -*-
obj-${build_ACCOUNT} += libxt_ACCOUNT.so
obj-${build_ACCOUNT} += ACCOUNT/
obj-${build_CHAOS} += libxt_CHAOS.so
obj-${build_DELUDE} += libxt_DELUDE.so
obj-${build_DHCPMAC} += libxt_DHCPMAC.so libxt_dhcpmac.so