diff options
author | Andreas Schneider <asn@samba.org> | 2010-07-18 11:28:24 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-07-18 12:30:21 +0200 |
commit | 0d16a591f4053785f419b27b7bc9694ecdd47fd0 (patch) | |
tree | c69f3fc2c98807985d7b330c8f194c8688eb748a /source3/wscript_build | |
parent | b9835a1f9d8b81e4121a01a190dffaefe67cbe5c (diff) | |
download | samba-0d16a591f4053785f419b27b7bc9694ecdd47fd0.tar.gz samba-0d16a591f4053785f419b27b7bc9694ecdd47fd0.tar.bz2 samba-0d16a591f4053785f419b27b7bc9694ecdd47fd0.zip |
s3-waf: Fixed the build.
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 6 |
1 files changed, 4 insertions, 2 deletions
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''' |