summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build8
1 files changed, 2 insertions, 6 deletions
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'''