[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Oct 11 13:15:01 MDT 2010


The branch, master has been updated
       via  ab9d459 dsdb: Build some more modules as .so files.
      from  6756ec2 wins_ldb: Build as shared library.

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


- Log -----------------------------------------------------------------
commit ab9d459b6171a51fcadf1cbe68d3d05d2d50c850
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Oct 11 20:33:31 2010 +0200

    dsdb: Build some more modules as .so files.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Mon Oct 11 19:14:58 UTC 2010 on sn-devel-104

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/wscript_build |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build
index 57a9f77..09197cb 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript_build
+++ b/source4/dsdb/samdb/ldb_modules/wscript_build
@@ -40,7 +40,7 @@ bld.SAMBA_MODULE('ldb_objectguid',
 	source='objectguid.c',
 	subsystem='ldb',
 	init_function='LDB_MODULE(objectguid)',
-	internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'),
+	internal_module=False,
 	deps='SAMDB talloc LIBEVENTS LIBNDR'
 	)
 
@@ -330,7 +330,7 @@ bld.SAMBA_MODULE('ldb_acl',
 	source='acl.c',
 	subsystem='ldb',
 	init_function='LDB_MODULE(acl)',
-	internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'),
+	internal_module=False,
 	deps='talloc LIBEVENTS LIBSECURITY SAMDB DSDB_MODULE_HELPERS DSDB_MODULE_HELPER_SCHEMA'
 	)
 
@@ -338,15 +338,15 @@ bld.SAMBA_MODULE('ldb_acl',
 bld.SAMBA_MODULE('ldb_lazy_commit',
 	source='lazy_commit.c',
 	subsystem='ldb',
-	internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'),
+	internal_module=False,
 	init_function='LDB_MODULE(lazy_commit)',
 	deps='SAMDB'
 	)
 
 bld.SAMBA_MODULE('ldb_aclread',
-        source='acl_read.c',
-        subsystem='ldb',
-        init_function='LDB_MODULE(aclread)',
-        internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'),
-        deps='talloc LIBEVENTS LIBSECURITY SAMDB'
-        )
+	source='acl_read.c',
+	subsystem='ldb',
+	init_function='LDB_MODULE(aclread)',
+	internal_module=False,
+	deps='talloc LIBEVENTS LIBSECURITY SAMDB',
+	)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list