s3-waf: Fixed the build.
authorAndreas Schneider <asn@samba.org>
Sun, 18 Jul 2010 09:28:24 +0000 (11:28 +0200)
committerAndreas Schneider <asn@samba.org>
Sun, 18 Jul 2010 10:30:21 +0000 (12:30 +0200)
source3/wscript_build

index 92c4bdf0101106714dfdffafa05826099e801dd0..f5265011f732b7739fe4108e6d7e1ae440e43624 100644 (file)
@@ -415,8 +415,10 @@ RPC_SERVER_SRC = '''${RPC_PIPE_SRC} ${NPA_TSTREAM_SRC}'''
 
 RPC_PARSE_SRC = '''${RPC_PARSE_SRC2}'''
 
-RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c rpc_client/rpc_transport_np.c
-        rpc_client/rpc_transport_sock.c rpc_client/rpc_transport_smbd.c'''
+RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c librpc/rpc/rpc_common.c
+                    rpc_client/rpc_transport_np.c
+                   rpc_client/rpc_transport_sock.c
+                   rpc_client/rpc_transport_smbd.c'''
 
 LOCKING_SRC = '''locking/locking.c locking/brlock.c locking/posix.c'''