summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ildap
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-06-30 19:34:11 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-06-30 19:34:11 +1000
commit91643773b8ff0727b40a230b7c41288f57e6a9cb (patch)
treee66c67ccdf94b411cd347663234b50ed8d1c1a92 /source4/lib/ldb/ldb_ildap
parent89c12dfd4e4594736207cda276d1b10e4bb3b26b (diff)
parentb3e202ef8cf797a79cf2b2de863db9fcc7d3b1c3 (diff)
downloadsamba-91643773b8ff0727b40a230b7c41288f57e6a9cb.tar.gz
samba-91643773b8ff0727b40a230b7c41288f57e6a9cb.tar.bz2
samba-91643773b8ff0727b40a230b7c41288f57e6a9cb.zip
Merge branch '4-0-local' into v4-0-stable
(This used to be commit dc238848b3987a187212bd8088916c5b34755b0f)
Diffstat (limited to 'source4/lib/ldb/ldb_ildap')
-rw-r--r--source4/lib/ldb/ldb_ildap/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ildap/config.mk b/source4/lib/ldb/ldb_ildap/config.mk
index 4247bd96b7..6a1ef8164c 100644
--- a/source4/lib/ldb/ldb_ildap/config.mk
+++ b/source4/lib/ldb/ldb_ildap/config.mk
@@ -3,8 +3,8 @@
[MODULE::ldb_ildap]
SUBSYSTEM = LIBLDB
CFLAGS = -I$(ldbsrcdir)/include
-OUTPUT_TYPE = SHARED_LIBRARY
PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP CREDENTIALS
+INIT_FUNCTION = LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)
ALIASES = ldapi ldaps ldap
# End MODULE ldb_ildap
################################################