[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Wed Aug 4 06:56:27 MDT 2010


The branch, master has been updated
       via  4b17ff4... s3-waf: fix the build.
      from  d50a9e8... s4-dsdb: Removed kludge_acl as it is no longer necessary

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


- Log -----------------------------------------------------------------
commit 4b17ff4a9088860646e127b17df18d415dbdc97d
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 4 14:55:10 2010 +0200

    s3-waf: fix the build.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 9a98c44..75c8b98 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -239,6 +239,7 @@ LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${REG_PARSE_PRS_SRC}'
 LIBSMB_SRC0 = '''
                ../libcli/auth/ntlm_check.c
                libsmb/ntlmssp.c
+               libsmb/ntlmssp_wrap.c
                ../libcli/auth/ntlmssp.c
                ../libcli/auth/ntlmssp_sign.c
                ${LIBNDR_NTLMSSP_SRC}
@@ -415,7 +416,10 @@ RPC_SERVER_SRC = '''${RPC_PIPE_SRC} ${NPA_TSTREAM_SRC}'''
 
 RPC_PARSE_SRC = '''${RPC_PARSE_SRC2}'''
 
-RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c librpc/rpc/rpc_common.c
+RPC_CLIENT_SRC = '''rpc_client/cli_pipe.c
+                    librpc/rpc/rpc_common.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'''


-- 
Samba Shared Repository


More information about the samba-cvs mailing list