From 7db20c3128361abe3facbcbd9714b1e44f1333d2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 19 Oct 2010 16:07:45 +0200 Subject: s3-waf: all subsystems complete now, no need for this loop anymore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kai, please check. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Oct 19 17:10:24 UTC 2010 on sn-devel-104 --- source3/wscript_build | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'source3') 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', -- cgit