From 45c7f83ccb2822564ec8df3c41b5c0a9dead6e9c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Aug 2010 20:35:16 +0200 Subject: s3-waf: Fixed the rpc_client build. --- source3/wscript_build | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 83a6970234..76d605a19f 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -54,8 +54,6 @@ LIBNDR_SRC = '''../librpc/ndr/ndr_basic.c librpc/ndr/util.c ../librpc/gen_ndr/ndr_dcerpc.c''' -RPCCLIENT_NDR_SRC = '''rpc_client/ndr.c''' - LIBNDR_GEN_SRC0 = '''../librpc/gen_ndr/ndr_samr.c ../librpc/gen_ndr/ndr_lsa.c''' @@ -330,8 +328,7 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c ../librpc/rpc/dcerpc_util.c librpc/rpc/dcerpc_helpers.c ../librpc/rpc/binding_handle.c - ${LIBNDR_GEN_SRC} - ${RPCCLIENT_NDR_SRC}''' + ${LIBNDR_GEN_SRC}''' # # registry-related objects @@ -444,8 +441,7 @@ RPC_CLIENT_SRC = '''rpc_client/cli_pipe.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''' + rpc_client/rpc_transport_sock.c''' LOCKING_SRC = '''locking/locking.c locking/brlock.c locking/posix.c''' -- cgit