summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-08-16 20:35:16 +0200
committerAndreas Schneider <asn@samba.org>2010-08-16 21:31:31 +0200
commit45c7f83ccb2822564ec8df3c41b5c0a9dead6e9c (patch)
tree08e3b0e7eeed122966909b5a7b24f15c4e467466 /source3
parentb3f9345d7639c724aa553ade0223789a45c934b4 (diff)
downloadsamba-45c7f83ccb2822564ec8df3c41b5c0a9dead6e9c.tar.gz
samba-45c7f83ccb2822564ec8df3c41b5c0a9dead6e9c.tar.bz2
samba-45c7f83ccb2822564ec8df3c41b5c0a9dead6e9c.zip
s3-waf: Fixed the rpc_client build.
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'''