[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Mon May 31 07:58:23 MDT 2010


The branch, master has been updated
       via  c866920... s3-waf: Fix build after ntlmssp_sign.c moved
      from  6af6b96... ldb: Revert signature file changes made in 151e239bcf2860411527a953d627b2d724c0a57e

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


- Log -----------------------------------------------------------------
commit c866920c3de0fc75e9939bcc19ff880819a62e07
Author: Kai Blin <kai at samba.org>
Date:   Mon May 31 15:56:30 2010 +0200

    s3-waf: Fix build after ntlmssp_sign.c moved

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 4619327..17a1352 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -234,7 +234,8 @@ LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${RPC_PARSE_SRC1}'
 LIBSMB_SRC0 = '''
                ../libcli/auth/ntlm_check.c
                libsmb/ntlmssp.c
-               libsmb/ntlmssp_sign.c
+               ../libcli/auth/ntlmssp.c
+               ../libcli/auth/ntlmssp_sign.c
                ${LIBNDR_NTLMSSP_SRC}
                ../libcli/auth/ntlmssp_ndr.c'''
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list