From d37a55548b67e4e5693d337faeca2ec2da5f273f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Feb 2011 10:28:43 +1100 Subject: build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library Pair-Programmed-With: Andrew Bartlett --- source4/utils/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/utils/wscript_build') 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 ) -- cgit