summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-11 00:58:28 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 01:06:36 +0200
commit4280527b6abb0070ad4f62338e9eea2c1ad991a7 (patch)
tree612303c9d73d1422d5b45fcd656487728ba9ecbd /source4/torture/wscript_build
parentea6a3f5c485ebc82c6c7cfd6b2a3451a75676cfb (diff)
downloadsamba-4280527b6abb0070ad4f62338e9eea2c1ad991a7.tar.gz
samba-4280527b6abb0070ad4f62338e9eea2c1ad991a7.tar.bz2
samba-4280527b6abb0070ad4f62338e9eea2c1ad991a7.zip
torture_auth: Add missing dependency on gensec_ntlmssp.
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r--source4/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index 1360a4e33b..8c09c49fd7 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -73,7 +73,7 @@ bld.SAMBA_MODULE('TORTURE_AUTH',
source='auth/ntlmssp.c auth/pac.c',
autoproto='auth/proto.h',
subsystem='smbtorture',
- deps='LIBCLI_SMB gensec auth KERBEROS POPT_CREDENTIALS SMBPASSWD torture com_err',
+ deps='LIBCLI_SMB gensec auth KERBEROS POPT_CREDENTIALS SMBPASSWD torture com_err gensec_ntlmssp',
internal_module=True
)