summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-11-16 18:16:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:52 -0500
commit571aca9927e956973e5370a7d8afb921efd70c9b (patch)
treedb245c384c77b0e11dfd2efff79762055ab13f74 /source3/Makefile.in
parent24faef672eb6970a316921529652131fa2acf729 (diff)
downloadsamba-571aca9927e956973e5370a7d8afb921efd70c9b.tar.gz
samba-571aca9927e956973e5370a7d8afb921efd70c9b.tar.bz2
samba-571aca9927e956973e5370a7d8afb921efd70c9b.zip
r19747: Ensure to link with the required objects.
(This used to be commit 8d50fb3f5152b5daa62fde5bbf34f585631be397)
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 0dabafb8ea..7e86ec7de2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1551,7 +1551,7 @@ bin/ntlm_auth@EXEEXT@: $(NTLM_AUTH_OBJ) $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
bin/pam_smbpass.@SHLIBEXT@: $(PAM_SMBPASS_OBJ)
@echo "Linking shared library $@"
- @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_OBJ) -lpam $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(KRB5LIBS)
+ @$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_OBJ) -lpam $(DYNEXP) $(LIBS) $(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS)
bin/tdbbackup@EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy
@echo Linking $@