From a12239b131135e6ff0224d98be6feb4d3158410f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 21 Feb 2011 15:05:28 +1100 Subject: s4-waf: rename smbpasswd library to smbpasswdparser this removes a conflict with the s3 smbpasswd binary --- source4/dsdb/samdb/ldb_modules/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index d639a221b4..5925165afd 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -120,7 +120,7 @@ bld.SAMBA_MODULE('ldb_samba3sam', init_function='ldb_samba3sam_module_init', module_init_name='ldb_init_module', internal_module=False, - deps='talloc events ldb smbpasswd security NDR_SECURITY' + deps='talloc events ldb smbpasswdparser security NDR_SECURITY' ) -- cgit