r4007 - trunk/varnish-cache/lib/libvarnish

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Mar 30 12:35:46 CEST 2009


Author: tfheen
Date: 2009-03-30 12:35:46 +0200 (Mon, 30 Mar 2009)
New Revision: 4007

Modified:
   trunk/varnish-cache/lib/libvarnish/Makefile.am
Log:
Mark svn_version.c as to be cleaned by distclean

Modified: trunk/varnish-cache/lib/libvarnish/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvarnish/Makefile.am	2009-03-30 09:42:44 UTC (rev 4006)
+++ trunk/varnish-cache/lib/libvarnish/Makefile.am	2009-03-30 10:35:46 UTC (rev 4007)
@@ -31,6 +31,7 @@
 
 libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM}
 
+DISTCLEANFILES = svn_version.c
 svn_version.c: FORCE
 	echo '#include <libvarnish.h>' > svn_version.c
 	echo 'const char* svn_version(void)' >> svn_version.c



More information about the varnish-commit mailing list