summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-24 07:11:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:40 -0500
commit7c5f1f28db117e97014f760086464acb0b49c2ee (patch)
tree37896a9f36779cc804568c083346218cbe68eaad /source3/Makefile.in
parent78f2900a1691ab03820cfa0b7876518d7c101945 (diff)
downloadsamba-7c5f1f28db117e97014f760086464acb0b49c2ee.tar.gz
samba-7c5f1f28db117e97014f760086464acb0b49c2ee.tar.bz2
samba-7c5f1f28db117e97014f760086464acb0b49c2ee.zip
r18870: - enable the ldb ldap backend properly based on configure tests for
ldap - use ldb_global_init() instead of the backend specific ldb_tdb_init(). (This used to be commit a6c53e58616d7731a1df9af33f78ccf0c774296e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index cc2c355f1c..f33b80e079 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -789,8 +789,8 @@ LDB_MODULES_OBJ=lib/ldb/modules/operational.o lib/ldb/modules/schema.o lib/ldb/m
lib/ldb/modules/objectclass.o \
lib/ldb/modules/paged_results.o lib/ldb/modules/sort.o lib/ldb/modules/asq.o
-# disabled until build issues sorted out
-# LDB_LDAP_OBJ=lib/ldb/ldb_ldap/ldb_ldap.o
+# enabled in configure.in
+LDB_LDAP_OBJ=@LDBLDAP@
LDB_OBJ = ${LDB_COMMON_OBJ} ${LDB_TDB_OBJ} ${LDB_LDAP_OBJ} ${LDB_MODULES_OBJ}