mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r194: fixed compile with ldap
This commit is contained in:
parent
0a67057e96
commit
3b4b528dc6
@ -96,6 +96,7 @@ MODULES = $(CHARSET_MODULES) $(DCERPC_MODULES) $(NTVFS_MODULES)
|
||||
|
||||
CHARSET_OBJS = @CHARSET_OBJS@
|
||||
|
||||
LIBLDB_LDAP_OBJS = @LIBLDB_LDAP_OBJS@
|
||||
LIBLDB_OBJS = @LIBLDB_OBJS@
|
||||
|
||||
LIBBASIC_OBJS = @LIBBASIC_OBJS@
|
||||
|
@ -1,4 +1,4 @@
|
||||
if test x"$HAVE_LDAP" = x"yes"; then
|
||||
if test x"$with_ldap_support" = x"yes"; then
|
||||
SMB_SUBSYSTEM(LIBLDB_LDAP,[lib/ldb/ldb_ldap/ldb_ldap.o])
|
||||
fi
|
||||
|
||||
@ -12,7 +12,7 @@ SMB_SUBSYSTEM(LIBLDB,[lib/ldb/common/ldb.o],
|
||||
lib/ldb/ldb_tdb/ldb_pack.o \
|
||||
lib/ldb/ldb_tdb/ldb_index.o \
|
||||
lib/ldb/ldb_tdb/ldb_match.o \
|
||||
\$(LIBLDAP_LDAP_OBJS)],
|
||||
\$(LIBLDB_LDAP_OBJS)],
|
||||
lib/ldb/include/ldb.h)
|
||||
|
||||
SMB_SUBSYSTEM(LDBADD,[],
|
||||
|
Loading…
Reference in New Issue
Block a user