summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/config.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2004-08-20 07:39:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:13 -0500
commit333aaf01e8dc1aba8cb7bba3e8fa792ff136e647 (patch)
treef27c526273e584a4d3b6f4c93e3eb0647812d779 /source4/libcli/ldap/config.mk
parent5a5f9c8aa792a586350ec8c9f2754679eb857b8a (diff)
downloadsamba-333aaf01e8dc1aba8cb7bba3e8fa792ff136e647.tar.gz
samba-333aaf01e8dc1aba8cb7bba3e8fa792ff136e647.tar.bz2
samba-333aaf01e8dc1aba8cb7bba3e8fa792ff136e647.zip
r1944: put ldif functions in a separate file
(This used to be commit 8be31e5c854e4462163b97b897ff41de95f181c4)
Diffstat (limited to 'source4/libcli/ldap/config.mk')
-rw-r--r--source4/libcli/ldap/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/ldap/config.mk b/source4/libcli/ldap/config.mk
index 397cfe0b72..ac047214ca 100644
--- a/source4/libcli/ldap/config.mk
+++ b/source4/libcli/ldap/config.mk
@@ -1,6 +1,7 @@
#################################
# Start SUBSYSTEM LIBCLI_LDAP
[SUBSYSTEM::LIBCLI_LDAP]
-ADD_OBJ_FILES = libcli/ldap/ldap.o
+ADD_OBJ_FILES = libcli/ldap/ldap.o \
+ libcli/ldap/ldap_ldif.o
# End SUBSYSTEM LIBCLI_LDAP
#################################