summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-06-25 12:51:58 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-06-25 12:51:58 +0000
commiteb61c8238298e97644202139e6d7f55e46eb9c26 (patch)
tree362bd5abff1e2d0bcfe0c00151dfae8fe776e154 /source3/Makefile.in
parent23c45a79d0270f8279235058ff914060d80e49e6 (diff)
downloadsamba-eb61c8238298e97644202139e6d7f55e46eb9c26.tar.gz
samba-eb61c8238298e97644202139e6d7f55e46eb9c26.tar.bz2
samba-eb61c8238298e97644202139e6d7f55e46eb9c26.zip
Patch to move functions directly from pdb_ldap.c into lib/smbldap.c
The functions are unchanged. Next step is to make idmap_ldap use them. Andrew Bartlett (This used to be commit 57617a0f8c84f9ced4df2901811ce5a5a5ae005e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 7cf07c15b4..c96a87ebc7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -562,7 +562,7 @@ PROTO_OBJ = $(SMBD_OBJ_MAIN) \
$(LIB_SMBD_OBJ) $(SAM_OBJ) $(REGISTRY_OBJ) $(POPT_LIB_OBJ) \
$(RPC_LSA_OBJ) $(RPC_NETLOG_OBJ) $(RPC_SAMR_OBJ) $(RPC_REG_OBJ) \
$(RPC_SVC_OBJ) $(RPC_WKS_OBJ) $(RPC_DFS_OBJ) $(RPC_SPOOLSS_OBJ) \
- $(IDMAP_OBJ) $(RPC_ECHO_OBJ)
+ $(IDMAP_OBJ) $(RPC_ECHO_OBJ) $(SMBLDAP_OBJ)
WINBIND_WINS_NSS_OBJ = nsswitch/wins.o $(PARAM_OBJ) $(UBIQX_OBJ) \
$(LIBSMB_OBJ) $(LIB_OBJ) $(NSSWINS_OBJ)