s3-waf: all subsystems complete now, no need for this loop anymore.
authorGünther Deschner <gd@samba.org>
Tue, 19 Oct 2010 14:07:45 +0000 (16:07 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 19 Oct 2010 17:10:24 +0000 (17:10 +0000)
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

source3/wscript_build

index 5b5bf3aa97dc74896950a02b0720b898630703f1..40c648c23b471662f5b0b89801b31410fea5340d 100644 (file)
@@ -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',