summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-10-18 10:48:21 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-10-18 00:57:51 +0000
commitb8dea2c3272f96ba7910ec44c5b7c4203e4695e2 (patch)
tree7a51e0f05c729c3a27f0e0c4d227435aa0458680 /source4/dsdb/samdb/ldb_modules/wscript_build
parentdab426476ffcab92df7fcb2f76064e46b5101d7f (diff)
downloadsamba-b8dea2c3272f96ba7910ec44c5b7c4203e4695e2.tar.gz
samba-b8dea2c3272f96ba7910ec44c5b7c4203e4695e2.tar.bz2
samba-b8dea2c3272f96ba7910ec44c5b7c4203e4695e2.zip
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 <abartlet@samba.org> Autobuild-Date: Mon Oct 18 00:57:51 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)