summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-03 06:58:39 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-03 16:25:37 +0200
commitbeed95e3a2ae4460e80294fc43ef3d916c7f7454 (patch)
tree4c1810f882e56f803b4656606a14802579aab6e5 /source4/lib/ldb
parente2eae17961ef7fd3457c126bc19b3ef54149be00 (diff)
downloadsamba-beed95e3a2ae4460e80294fc43ef3d916c7f7454.tar.gz
samba-beed95e3a2ae4460e80294fc43ef3d916c7f7454.tar.bz2
samba-beed95e3a2ae4460e80294fc43ef3d916c7f7454.zip
heimdal: convert some subsystems to libraries, consistent with upstream heimdal.
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 2916666204..226175778e 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -81,7 +81,7 @@ def build(bld):
# this is only in the s4 build
bld.SAMBA_MODULE('ldb_ildap', 'ldb_ildap/ldb_ildap.c',
init_function='LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)',
- deps='talloc LIBCLI_LDAP CREDENTIALS',
+ deps='talloc LIBCLI_LDAP CREDENTIALS auth_system_session',
aliases='ldb_ldaps ldb_ldapi ldb_ldap',
internal_module=builtin_ildap,
subsystem='ldb')