summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-24 03:15:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:39 -0500
commit78f2900a1691ab03820cfa0b7876518d7c101945 (patch)
tree9e5420e589e5492506b241c2706c309b5de05bfa /source3/Makefile.in
parent3cf367f0e76f44c7b14a54e0fcf510cc79a15c6a (diff)
downloadsamba-78f2900a1691ab03820cfa0b7876518d7c101945.tar.gz
samba-78f2900a1691ab03820cfa0b7876518d7c101945.tar.bz2
samba-78f2900a1691ab03820cfa0b7876518d7c101945.zip
r18869: two build fixes for systems without ldap
the first is to not enable the ldap ldb backend just yet. This will need configure tests to conditionally include. We should be able to use the m4 files from lib/ldb/ The 2nd is to fix libads/gpo.o not to publicly prototype a function that needs ldap.h (This used to be commit 1cf17edc14ebd379b982b589a66e86316ef7087b)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1a4c63df0a..cc2c355f1c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -789,7 +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
-LDB_LDAP_OBJ=lib/ldb/ldb_ldap/ldb_ldap.o
+# disabled until build issues sorted out
+# LDB_LDAP_OBJ=lib/ldb/ldb_ldap/ldb_ldap.o
LDB_OBJ = ${LDB_COMMON_OBJ} ${LDB_TDB_OBJ} ${LDB_LDAP_OBJ} ${LDB_MODULES_OBJ}