summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-19 16:07:45 +0200
committerGünther Deschner <gd@samba.org>2010-10-19 17:10:24 +0000
commit7db20c3128361abe3facbcbd9714b1e44f1333d2 (patch)
tree48479cad66151167e3c3748c4407d92e976ba528
parentfa2a2d562f9fff0ca0de4e17ef49f318d2b481b9 (diff)
downloadsamba-7db20c3128361abe3facbcbd9714b1e44f1333d2.tar.gz
samba-7db20c3128361abe3facbcbd9714b1e44f1333d2.tar.bz2
samba-7db20c3128361abe3facbcbd9714b1e44f1333d2.zip
s3-waf: all subsystems complete now, no need for this loop anymore.
Kai, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 19 17:10:24 UTC 2010 on sn-devel-104
-rw-r--r--source3/wscript_build26
1 files changed, 0 insertions, 26 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 5b5bf3aa97..40c648c23b 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -936,32 +936,6 @@ bld.RECURSE('librpc')
bld.SAMBA_MKVERSION('include/version.h')
-for prefix in bld.env.MODULE_PREFIXES:
-
- if prefix == 'auth': continue
- if prefix == 'pdb': continue
- if prefix == 'idmap': continue
- if prefix == 'charset': continue
- if prefix == 'perfcount': continue
- if prefix == 'gpext': continue
- if prefix == 'vfs': continue
- if prefix == 'nss_info': continue
- if prefix == 'rpc': continue
-
- static_key = "%s_STATIC" % prefix.upper()
- shared_key = "%s_SHARED" % prefix.upper()
-
- for module in bld.env[static_key]:
- bld.SAMBA_SUBSYSTEM(module,
- source="${%s_SRC}" % module,
- vars=locals())
-
- # Set up subsystems for the shared modules
- for module in bld.env[shared_key]:
- bld.SAMBA_MODULE(module,
- source="${%s_SRC}" % module,
- vars=locals())
-
######################## SUBSYSTEMS #################################
bld.SAMBA_SUBSYSTEM('WBCOMMON',