diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-27 10:41:46 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-01-27 11:20:26 +0100 |
commit | 022c560cea0343bd754011cd3f4bbe1946fda0ef (patch) | |
tree | f9467da31d86a86404f72e9c7afd0784c6e2ba6a /source3 | |
parent | 7c723c0529f6d5c10d3d69d8e186d57e4934c210 (diff) | |
download | samba-022c560cea0343bd754011cd3f4bbe1946fda0ef.tar.gz samba-022c560cea0343bd754011cd3f4bbe1946fda0ef.tar.bz2 samba-022c560cea0343bd754011cd3f4bbe1946fda0ef.zip |
s3-waf: Add missing dependency of ntlmssp to wbclient.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 7ae60be30e..9d20e3e364 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -839,7 +839,7 @@ bld.SAMBA3_LIBRARY('smbd_shim', bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', source=LIBNTLMSSP_SRC, - deps='NDR_NTLMSSP NTLMSSP_COMMON', + deps='NDR_NTLMSSP NTLMSSP_COMMON wbclient', vars=locals()) bld.SAMBA3_SUBSYSTEM('auth_generic', |