1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s3-waf: add idmap_autorid to the build.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Nov  8 14:17:27 UTC 2010 on sn-devel-104
This commit is contained in:
Günther Deschner
2010-11-08 14:34:51 +01:00
parent 8b624c1d20
commit 528edcc789
2 changed files with 10 additions and 1 deletions

View File

@ -17,6 +17,7 @@ IDMAP_ADEX_SRC = '''idmap_adex/idmap_adex.c
idmap_adex/provider_unified.c
idmap_adex/gc_util.c
idmap_adex/domain_util.c'''
IDMAP_AUTORID_SRC = '''idmap_autorid.c'''
IDMAP_RW_SRC = 'idmap_rw.c'
IDMAP_SRC = 'idmap.c idmap_util.c ${IDMAP_RW_SRC}'
@ -88,6 +89,14 @@ bld.SAMBA_MODULE('idmap_adex',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('IDMAP_ADEX'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('IDMAP_ADEX'))
bld.SAMBA_MODULE('idmap_autorid',
subsystem='idmap',
source=IDMAP_AUTORID_SRC,
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('IDMAP_AUTORID'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('IDMAP_AUTORID'))
NSS_INFO_TEMPLATE_SRC = 'nss_info_template.c'
NSS_INFO_SRC = 'nss_info.c'

View File

@ -334,7 +334,7 @@ return acl_get_perm_np(permset_d, perm);
vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb
vfs_smb_traffic_analyzer vfs_preopen vfs_catia vfs_scannedonly
vfs_crossrename vfs_linux_xfs_sgid
vfs_time_audit''')
vfs_time_audit idmap_autorid''')
if Options.options.developer:
default_static_modules.extend(TO_LIST('rpc_rpcecho pdb_ads'))