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

jerry at samba.org jerry at samba.org
Thu Jun 22 19:42:39 GMT 2006


Author: jerry
Date: 2006-06-22 19:42:38 +0000 (Thu, 22 Jun 2006)
New Revision: 16470

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

Log:
remove ntlm_auth_proto.h and passwd_proto.h in 'make clean
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-06-22 17:50:02 UTC (rev 16469)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-06-22 19:42:38 UTC (rev 16470)
@@ -1616,7 +1616,8 @@
 	@rm -f include/proto.h include/build_env.h  \
 		nsswitch/winbindd_proto.h web/swat_proto.h \
 		client/client_proto.h utils/net_proto.h \
-		smbd/build_options.c
+		smbd/build_options.c utils/ntlm_auth_proto.h \
+		utils/passwd_proto.h
 
 MKPROTO_SH = $(srcdir)/script/mkproto.sh
 

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-06-22 17:50:02 UTC (rev 16469)
+++ trunk/source/Makefile.in	2006-06-22 19:42:38 UTC (rev 16470)
@@ -1664,7 +1664,8 @@
 	@rm -f include/proto.h include/build_env.h  include/wrepld_proto.h \
 		nsswitch/winbindd_proto.h web/swat_proto.h \
 		client/client_proto.h utils/net_proto.h \
-		smbd/build_options.c
+		smbd/build_options.c utils/ntlm_auth_proto.h \
+		utils/passwd_proto.h
 
 MKPROTO_SH = $(srcdir)/script/mkproto.sh
 



More information about the samba-cvs mailing list