mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
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
This commit is contained in:
parent
fa2a2d562f
commit
7db20c3128
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user