svn commit: samba r14627 - branches/SAMBA_3_0/source trunk/source

lmuelle at samba.org lmuelle at samba.org
Tue Mar 21 19:50:29 GMT 2006


Author: lmuelle
Date: 2006-03-21 19:50:28 +0000 (Tue, 21 Mar 2006)
New Revision: 14627

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14627

Log:
Adapt the linkage text from pam_smbpass to pam_winbind.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   trunk/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-03-21 16:18:34 UTC (rev 14626)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-03-21 19:50:28 UTC (rev 14627)
@@ -1215,7 +1215,7 @@
 		@SONAMEFLAG@`basename $@`@NSSSONAMEVERSIONSUFFIX@
 
 bin/pam_winbind. at SHLIBEXT@: $(PAM_WINBIND_PICOBJ) bin/.dummy
-	@echo "Linking $@"
+	@echo "Linking shared library $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \
 		@SONAMEFLAG@`basename $@` $(LIBS) -lpam
 

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-03-21 16:18:34 UTC (rev 14626)
+++ trunk/source/Makefile.in	2006-03-21 19:50:28 UTC (rev 14627)
@@ -1244,7 +1244,7 @@
 		@SONAMEFLAG@`basename $@`@NSSSONAMEVERSIONSUFFIX@
 
 bin/pam_winbind. at SHLIBEXT@: $(PAM_WINBIND_PICOBJ) bin/.dummy
-	@echo "Linking $@"
+	@echo "Linking shared library $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_PICOBJ) \
 		@SONAMEFLAG@`basename $@` $(LIBS) -lpam
 



More information about the samba-cvs mailing list