From 2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 15:19:49 -0700 Subject: s4: Rename NSS_WRAPPER to nss_wrapper. Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 --- source4/dsdb/samdb/ldb_modules/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build') diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index 2c28e56402..3f56ea31ff 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -119,7 +119,7 @@ bld.SAMBA_MODULE('ldb_samba3sam', subsystem='ldb', init_function='LDB_MODULE(samba3sam)', internal_module=False, - deps='talloc libevents ldb SMBPASSWD NSS_WRAPPER LIBSECURITY NDR_SECURITY' + deps='talloc libevents ldb SMBPASSWD LIBSECURITY NDR_SECURITY' ) @@ -128,7 +128,7 @@ bld.SAMBA_MODULE('ldb_samba3sid', subsystem='ldb', init_function='LDB_MODULE(samba3sid)', internal_module=False, - deps='talloc libevents ldb SMBPASSWD NSS_WRAPPER LIBSECURITY NDR_SECURITY LDBSAMBA DSDB_MODULE_HELPERS' + deps='talloc libevents ldb SMBPASSWD LIBSECURITY NDR_SECURITY LDBSAMBA DSDB_MODULE_HELPERS' ) -- cgit