dsdb: Build some more modules as .so files.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 11 Oct 2010 18:33:31 +0000 (20:33 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 11 Oct 2010 19:14:58 +0000 (19:14 +0000)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Oct 11 19:14:58 UTC 2010 on sn-devel-104

source4/dsdb/samdb/ldb_modules/wscript_build

index 57a9f77ef9866495aaf5d60e3bab3faaa0160502..09197cb05a52e6c4172b267b0b794782a487669c 100644 (file)
@@ -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',
+       )