diff options
author | Lars Müller <lmuelle@samba.org> | 2006-11-16 18:16:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:52 -0500 |
commit | 571aca9927e956973e5370a7d8afb921efd70c9b (patch) | |
tree | db245c384c77b0e11dfd2efff79762055ab13f74 /source3 | |
parent | 24faef672eb6970a316921529652131fa2acf729 (diff) | |
download | samba-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')
-rw-r--r-- | source3/Makefile.in | 2 |
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 $@ |