svn commit: samba r15641 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Tue May 16 16:51:35 GMT 2006


Author: metze
Date: 2006-05-16 16:51:34 +0000 (Tue, 16 May 2006)
New Revision: 15641

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

Log:
we know have source/version.h

metze
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-05-16 16:50:50 UTC (rev 15640)
+++ branches/SAMBA_4_0/source/main.mk	2006-05-16 16:51:34 UTC (rev 15641)
@@ -34,8 +34,8 @@
 include passdb/config.mk
 
 DEFAULT_HEADERS = $(srcdir)/include/core.h \
-				  $(srcdir)/include/dlinklist.h \
-				  $(srcdir)/version.h
+		  $(srcdir)/include/dlinklist.h \
+		  $(srcdir)/version.h
 
 binaries: $(BINARIES)
 libraries: $(STATIC_LIBS) $(SHARED_LIBS)
@@ -258,7 +258,7 @@
 
 realdistclean: distclean removebackup
 	-rm -f include/config_tmp.h.in
-	-rm -f include/version.h
+	-rm -f version.h
 	-rm -f configure
 	-rm -f $(MANPAGES)
 



More information about the samba-cvs mailing list