1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

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
This commit is contained in:
Andrew Bartlett 2010-10-18 10:48:21 +11:00
parent dab426476f
commit b8dea2c327

View 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'
)