From 8408b3428d8c263f8453a0da8ef71e7fc1e4ec81 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 6 Nov 2004 20:15:39 +0000 Subject: r3583: - seperate the ldap client code and the ldap parsing code (vl: we should only sync the parsing code with trunk) - use hierachical talloc in the ldap client code metze (This used to be commit 1e9c0b68ca9ddb28877d45fc1b47653b13a7446d) --- source4/libcli/ldap/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/ldap/config.mk') diff --git a/source4/libcli/ldap/config.mk b/source4/libcli/ldap/config.mk index ac047214ca..284edfd95e 100644 --- a/source4/libcli/ldap/config.mk +++ b/source4/libcli/ldap/config.mk @@ -2,6 +2,7 @@ # Start SUBSYSTEM LIBCLI_LDAP [SUBSYSTEM::LIBCLI_LDAP] ADD_OBJ_FILES = libcli/ldap/ldap.o \ + libcli/ldap/ldap_client.o \ libcli/ldap/ldap_ldif.o # End SUBSYSTEM LIBCLI_LDAP ################################# -- cgit