From b8dea2c3272f96ba7910ec44c5b7c4203e4695e2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 18 Oct 2010 10:48:21 +1100 Subject: dsdb simple_ldap_map depends on LDBSAMBA This shows up at build time on MacOS and runtime on Linux when we use the LDAP backend. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Mon Oct 18 00:57:51 UTC 2010 on sn-devel-104 --- source4/dsdb/samdb/ldb_modules/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index f5402ba2ff..f6b1e9cdc5 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -132,7 +132,7 @@ bld.SAMBA_MODULE('ldb_simple_ldap_map', subsystem='ldb', init_function='LDB_MODULE(entryuuid),LDB_MODULE(nsuniqueid)', internal_module=False, - deps='talloc LIBEVENTS ldb LIBNDR' + deps='talloc LIBEVENTS ldb LIBNDR LDBSAMBA' ) -- cgit