Author: jpeach
Date: 2006-06-27 06:24:43 +0000 (Tue, 27 Jun 2006)
New Revision: 16558

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

Log:
Add make rule to generate version.h. Metze, can you please review?

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-06-27 06:17:11 UTC (rev 16557)
+++ branches/SAMBA_4_0/source/main.mk   2006-06-27 06:24:43 UTC (rev 16558)
@@ -217,6 +217,9 @@
        @echo "You need to rerun ./autogen.sh and ./configure"
        @/bin/false
 
+$(srcdir)/version.h:
+       @$(SHELL) script/mkversion.sh VERSION version.h $(srcdir)/
+
 clean_pch:
        @echo "Removing precompiled headers"
        @-rm -f include/includes.h.gch

Reply via email to