summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 17:18:56 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 01:02:00 +0000
commita6611c16a80adf0170e8e574dff3907bdfa9b0b3 (patch)
tree80f8d02197c06c2838399e31351c42123e727453 /source4/torture/local
parent92c12a39a9b8d7bade00090f2a38a49ac3af13f6 (diff)
downloadsamba-a6611c16a80adf0170e8e574dff3907bdfa9b0b3.tar.gz
samba-a6611c16a80adf0170e8e574dff3907bdfa9b0b3.tar.bz2
samba-a6611c16a80adf0170e8e574dff3907bdfa9b0b3.zip
torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.
torture_local tests nss_wrapper. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/wscript_build2
1 files changed, 1 insertions, 1 deletions
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
)