summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-04 14:55:10 +0200
committerGünther Deschner <gd@samba.org>2010-08-04 14:55:34 +0200
commit4b17ff4a9088860646e127b17df18d415dbdc97d (patch)
treecbb418bf06869260c2a59de57a7c3dd1570331e3 /source3
parentd50a9e8d9e706f545862ab1f5b9a8eaa27447844 (diff)
downloadsamba-4b17ff4a9088860646e127b17df18d415dbdc97d.tar.gz
samba-4b17ff4a9088860646e127b17df18d415dbdc97d.tar.bz2
samba-4b17ff4a9088860646e127b17df18d415dbdc97d.zip
s3-waf: fix the build.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build6
1 files changed, 5 insertions, 1 deletions
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'''