diff options
Diffstat (limited to 'source4/utils/wscript_build')
-rw-r--r-- | source4/utils/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build index 2c4a16c5dd..da937dd357 100644 --- a/source4/utils/wscript_build +++ b/source4/utils/wscript_build @@ -3,7 +3,8 @@ bld.SAMBA_BINARY('ntlm_auth', source='ntlm_auth.c', manpages='man/ntlm_auth.1', - deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth4 ntlm_check MESSAGING events service', + deps='''samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE + auth4 NTLMSSP_COMMON MESSAGING events service''', pyembed=True ) |