[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2751-gf6762f9

Günther Deschner gd at samba.org
Wed Mar 5 18:58:31 GMT 2008


The branch, v3-2-test has been updated
       via  f6762f9cd0b2ace46e16d246adf2e386749650f9 (commit)
      from  3482cd9b0e81bbc801f1cec33fca82fc45a3ddef (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit f6762f9cd0b2ace46e16d246adf2e386749650f9
Author: Günther Deschner <gd at samba.org>
Date:   Wed Mar 5 19:54:34 2008 +0100

    Another build fix for pam_smbpass: make sure libwbclient is there.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index cfe0095..b0e73fb 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1959,7 +1959,7 @@ bin/ntlm_auth at EXEEXT@: $(BINARY_PREREQS) $(NTLM_AUTH_OBJ) $(PARAM_OBJ) \
 		@POPTLIBS@ $(KRB5LIBS) $(LDAP_LIBS) $(NSCD_LIBS) \
 		@LIBTALLOC_LIBS@ @LIBTDB_LIBS@ @WINBIND_LIBS@
 
-bin/pam_smbpass. at SHLIBEXT@: $(BINARY_PREREQS) $(PAM_SMBPASS_OBJ) @LIBTALLOC_SHARED@
+bin/pam_smbpass. at SHLIBEXT@: $(BINARY_PREREQS) $(PAM_SMBPASS_OBJ) @LIBTALLOC_SHARED@ @LIBWBCLIENT_SHARED@
 	@echo "Linking shared library $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_OBJ) -lpam $(DYNEXP) \
 		$(LIBS) $(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list