[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Sun Sep 19 19:10:45 MDT 2010


The branch, master has been updated
       via  ad8533c s3-waf: fix the build after reg_api changes.
      from  91e8f8d s3-registry: move regf based reg_api calls into own file.

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


- Log -----------------------------------------------------------------
commit ad8533c0b0cffa037f1395d586381d8db642e93a
Author: Günther Deschner <gd at samba.org>
Date:   Mon Sep 20 03:10:43 2010 +0200

    s3-waf: fix the build after reg_api changes.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 99e1d3e..2c603ac 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -376,6 +376,8 @@ REG_INIT_FULL_SRC = '''registry/reg_init_full.c'''
 
 REGFIO_SRC = '''registry/regfio.c ${REG_PARSE_PRS_SRC}'''
 
+REG_API_REGF_SRC = '''registry/reg_api_regf.c'''
+
 REGSRCS_SRC = '''registry/reg_objects.c'''
 
 REG_BACKENDS_BASE_SRC = '''registry/reg_backend_db.c'''
@@ -394,7 +396,6 @@ REG_BACKENDS_EXTRA_SRC = '''registry/reg_backend_printing.c
 REG_BASE_SRC = '''registry/reg_api.c
                registry/reg_dispatcher.c
                registry/reg_cachehook.c
-               ${REGFIO_SRC}
                ${REGSRCS_SRC}
                registry/reg_util_internal.c
                lib/util_nttoken.c
@@ -808,6 +809,8 @@ SMBD_SRC_BASE = '''${SMBD_SRC_SRV}
                 rpc_client/init_samr.c
                 ${AUTH_SRC}
                 ${PRIVILEGES_BASIC_SRC}
+                ${REGFIO_SRC}
+                ${REG_API_REGF_SRC}
                 ${LIBNDR_XATTR_SRC}'''
 
 PRINTING_SRC = '''printing/pcap.c printing/print_svid.c printing/print_aix.c


-- 
Samba Shared Repository


More information about the samba-cvs mailing list