svn commit: samba r22057 - in branches/SAMBA_3_0_25/source: .

gd at samba.org gd at samba.org
Tue Apr 3 13:27:00 GMT 2007


Author: gd
Date: 2007-04-03 13:26:59 +0000 (Tue, 03 Apr 2007)
New Revision: 22057

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

Log:
Add missing proto_exists for the wins NSS module.

Guenther

Modified:
   branches/SAMBA_3_0_25/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0_25/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_25/source/Makefile.in	2007-04-03 13:25:14 UTC (rev 22056)
+++ branches/SAMBA_3_0_25/source/Makefile.in	2007-04-03 13:26:59 UTC (rev 22057)
@@ -866,7 +866,7 @@
 nsswitch : SHOWFLAGS bin/winbindd at EXEEXT@ bin/wbinfo at EXEEXT@ @WINBIND_NSS@ \
 	@WINBIND_WINS_NSS@ bin/pam_winbind. at SHLIBEXT@
 
-wins : SHOWFLAGS @WINBIND_WINS_NSS@
+wins : SHOWFLAGS proto_exists @WINBIND_WINS_NSS@
 
 modules: SHOWFLAGS proto_exists $(MODULES)
 



More information about the samba-cvs mailing list