[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sat Nov 20 15:36:01 MST 2010


The branch, master has been updated
       via  e8bae4c waf:lib/util - add missing dependency on talloc
      from  6d1e00c s4:repl_meta_data LDB module - fix a counter type

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


- Log -----------------------------------------------------------------
commit e8bae4c40a60777b9d9a06c8b81d1e24d81b63ee
Author: Matthias Dieter Wallnöfer <mdw at samba.org>
Date:   Sat Nov 20 22:48:05 2010 +0100

    waf:lib/util - add missing dependency on talloc
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 0cff28f..375a148 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -20,7 +20,7 @@ bld.SAMBA_SUBSYSTEM('ASN1_UTIL',
 bld.SAMBA_SUBSYSTEM('UNIX_PRIVS',
 	source='unix_privs.c',
 	autoproto='unix_privs.h',
-	deps='replace',
+	deps='replace talloc',
 	local_include=False,
 	)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list