dsdb simple_ldap_map depends on LDBSAMBA
authorAndrew Bartlett <abartlet@samba.org>
Sun, 17 Oct 2010 23:48:21 +0000 (10:48 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 18 Oct 2010 00:57:51 +0000 (00:57 +0000)
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

source4/dsdb/samdb/ldb_modules/wscript_build

index f5402ba2ffc3e20889a45dace41440338eaf8255..f6b1e9cdc5b75755d87f922827666c2b9fdb5590 100644 (file)
@@ -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'
        )