summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-17 02:45:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:19 -0500
commitab1e121b76a953f89592df8ec471603715b57dfc (patch)
tree427a34a97db4c7b58e9131da14f29b82f0082507 /source4/libcli/ldap/config.mk
parent2068037ba910a323ddd2aa7261dfe757e3f9821f (diff)
downloadsamba-ab1e121b76a953f89592df8ec471603715b57dfc.tar.gz
samba-ab1e121b76a953f89592df8ec471603715b57dfc.tar.bz2
samba-ab1e121b76a953f89592df8ec471603715b57dfc.zip
r7665: - added a ildap_*() interface to our internal ldap library. This
interface is very similar to the traditional ldap interface, and will be used as part of a ldb backend based on the current ldb_ldap backend - fixed some allocation issues in ldb_msg.c (This used to be commit b34a29dcf26f68a2f47380a6c74a4095fdfd2fbe)
Diffstat (limited to 'source4/libcli/ldap/config.mk')
-rw-r--r--source4/libcli/ldap/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libcli/ldap/config.mk b/source4/libcli/ldap/config.mk
index ca33581043..210fb112d3 100644
--- a/source4/libcli/ldap/config.mk
+++ b/source4/libcli/ldap/config.mk
@@ -5,6 +5,8 @@ ADD_OBJ_FILES = libcli/ldap/ldap.o \
libcli/ldap/ldap_client.o \
libcli/ldap/ldap_bind.o \
libcli/ldap/ldap_msg.o \
- libcli/ldap/ldap_ndr.o
+ libcli/ldap/ldap_ndr.o \
+ libcli/ldap/ldap_ildap.o
+REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBBASIC LIBEVENTS GENSEC SOCKET RPC_NDR_SAMR
# End SUBSYSTEM LIBCLI_LDAP
#################################