From 4b17ff4a9088860646e127b17df18d415dbdc97d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 4 Aug 2010 14:55:10 +0200 Subject: s3-waf: fix the build. Guenther --- source3/wscript_build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 9a98c4484c..75c8b98565 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -239,6 +239,7 @@ LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${REG_PARSE_PRS_SRC}' LIBSMB_SRC0 = ''' ../libcli/auth/ntlm_check.c libsmb/ntlmssp.c + libsmb/ntlmssp_wrap.c ../libcli/auth/ntlmssp.c ../libcli/auth/ntlmssp_sign.c ${LIBNDR_NTLMSSP_SRC} @@ -415,7 +416,10 @@ RPC_SERVER_SRC = '''${RPC_PIPE_SRC} ${NPA_TSTREAM_SRC}''' RPC_PARSE_SRC = '''${RPC_PARSE_SRC2}''' -RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c librpc/rpc/rpc_common.c +RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c + librpc/rpc/rpc_common.c + librpc/rpc/dcerpc_gssapi.c + librpc/rpc/dcerpc_spnego.c rpc_client/rpc_transport_np.c rpc_client/rpc_transport_sock.c rpc_client/rpc_transport_smbd.c''' -- cgit