diff options
author | Günther Deschner <gd@samba.org> | 2011-02-07 11:39:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-07 11:44:55 +0100 |
commit | 3a60e5496f4bac94506e996ce079b36fb99cb836 (patch) | |
tree | c9a1c670efe9e30e20325804a6a49f3665276a29 /source3/wscript | |
parent | 8111d95655c23e0cd6fac21d0dc323e86ba9f128 (diff) | |
download | samba-3a60e5496f4bac94506e996ce079b36fb99cb836.tar.gz samba-3a60e5496f4bac94506e996ce079b36fb99cb836.tar.bz2 samba-3a60e5496f4bac94506e996ce079b36fb99cb836.zip |
s3-waf: only build auth_netlogond in developer build.
Volker, please check.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index af54550712..ac7c501dd2 100644 --- a/source3/wscript +++ b/source3/wscript @@ -407,7 +407,7 @@ return acl_get_perm_np(permset_d, perm); default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam pdb_ldap auth_sam auth_unix auth_winbind auth_wbc auth_server - auth_domain auth_builtin auth_netlogond vfs_default + auth_domain auth_builtin vfs_default nss_info_template idmap_ldap idmap_tdb idmap_passdb idmap_nss''') @@ -421,7 +421,7 @@ return acl_get_perm_np(permset_d, perm); vfs_time_audit idmap_autorid''') if Options.options.developer: - default_static_modules.extend(TO_LIST('pdb_ads')) + default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond')) default_shared_modules.extend(TO_LIST('charset_weird perfcount_test')) if Options.options.with_acl_support and conf.CONFIG_SET('HAVE_POSIX_ACLS'): |