[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Sun Jul 18 04:30:49 MDT 2010


The branch, master has been updated
       via  0d16a59... s3-waf: Fixed the build.
      from  b9835a1... s3: Don't use as-needed

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0d16a591f4053785f419b27b7bc9694ecdd47fd0
Author: Andreas Schneider <asn at samba.org>
Date:   Sun Jul 18 11:28:24 2010 +0200

    s3-waf: Fixed the build.

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript_build |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 92c4bdf..f526501 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'''
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list