diff options
Diffstat (limited to 'source3/wscript_build')
-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', |