From a6611c16a80adf0170e8e574dff3907bdfa9b0b3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 17:18:56 -0700 Subject: torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled. torture_local tests nss_wrapper. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104 --- source4/torture/local/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/local') diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build index ddea36c790..11968158cf 100644 --- a/source4/torture/local/wscript_build +++ b/source4/torture/local/wscript_build @@ -5,6 +5,6 @@ bld.SAMBA_MODULE('TORTURE_LOCAL', autoproto='proto.h', subsystem='smbtorture', init_function='torture_local_init', - deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb SAMDB', + deps='RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb SAMDB nss_wrapper', internal_module=True ) -- cgit