[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Sep 14 00:38:04 MDT 2010


The branch, master has been updated
       via  4c45e29 s3-waf: fix the build after privilege code changes.
      from  9271570 s3: Remove some unnecessary if-statements

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


- Log -----------------------------------------------------------------
commit 4c45e291a77ba300d88ca7a9f3fb3153b6e4b3dc
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 14 08:38:30 2010 +0200

    s3-waf: fix the build after privilege code changes.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 44deb38..734b64c 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -477,7 +477,7 @@ RPC_CLIENT_SCHANNEL_SRC = '''rpc_client/cli_pipe_schannel.c'''
 
 LOCKING_SRC = '''locking/locking.c locking/brlock.c locking/posix.c'''
 
-PRIVILEGES_BASIC_SRC = '''lib/privileges_basic.c'''
+PRIVILEGES_BASIC_SRC = '''../libcli/security/privileges.c'''
 
 PRIVILEGES_SRC = '''lib/privileges.c'''
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list