diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:19:23 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | fc6bfe24fd54b50cfa42853090b86f777a2247bf (patch) | |
tree | a4c9138539c3151dd12aff3df8fad49e458853a0 /source4/torture/wscript_build | |
parent | 8c99517a0cadf9931156a27ce9103321b8ea9a5c (diff) | |
download | samba-fc6bfe24fd54b50cfa42853090b86f777a2247bf.tar.gz samba-fc6bfe24fd54b50cfa42853090b86f777a2247bf.tar.bz2 samba-fc6bfe24fd54b50cfa42853090b86f777a2247bf.zip |
s4: Rename SMBPASSWD to smbpasswd.
Rename DSDB_MODULE to dsdb_module.
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index 30ac7e6e3b..7b7ed58001 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 gensec_ntlmssp', + deps='LIBCLI_SMB gensec auth KERBEROS POPT_CREDENTIALS smbpasswd torture com_err gensec_ntlmssp', internal_module=True ) |