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 --- source3/wscript_build | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 657a8668a3..311bf33eb0 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -129,11 +129,7 @@ LIBSMB_ERR_SRC = '''${DCE_RPC_ERR_SRC}''' LIBNTLMSSP_SRC = ''' libsmb/ntlmssp.c - libsmb/ntlmssp_wrap.c - ../libcli/auth/ntlmssp.c - ../libcli/auth/ntlmssp_sign.c - ../libcli/auth/ntlmssp_ndr.c - ../libcli/auth/ntlmssp_server.c''' + libsmb/ntlmssp_wrap.c''' TLDAP_SRC = '''lib/tldap.c lib/tldap_util.c lib/util_tsock.c''' @@ -719,7 +715,7 @@ bld.SAMBA3_SUBSYSTEM('TLDAP', bld.SAMBA3_LIBRARY('passdb', source=PASSDB_SRC, - deps='SECRETS3 SMBLDAP GROUPDB pdb wbclient', + deps='SECRETS3 SMBLDAP GROUPDB pdb wbclient LIBCLI_AUTH', private_library=True, vars=locals()) @@ -787,7 +783,7 @@ bld.SAMBA3_SUBSYSTEM('LIBSMB_ERR', bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', source=LIBNTLMSSP_SRC, - deps='LIBSMB_ERR NDR_NTLMSSP ntlm_check', + deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON', vars=locals()) bld.SAMBA3_SUBSYSTEM('LIBSMB', -- cgit