From 0d16a591f4053785f419b27b7bc9694ecdd47fd0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 18 Jul 2010 11:28:24 +0200 Subject: s3-waf: Fixed the build. --- source3/wscript_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 92c4bdf010..f5265011f7 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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''' -- cgit