r3139 - trunk/varnish-cache/bin/varnishtest
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Thu Aug 28 13:03:24 CEST 2008
Author: tfheen
Date: 2008-08-28 13:03:23 +0200 (Thu, 28 Aug 2008)
New Revision: 3139
Modified:
trunk/varnish-cache/bin/varnishtest/Makefile.am
Log:
Add _.ok to the list of files we clean on make distclean
Modified: trunk/varnish-cache/bin/varnishtest/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishtest/Makefile.am 2008-08-28 09:11:41 UTC (rev 3138)
+++ trunk/varnish-cache/bin/varnishtest/Makefile.am 2008-08-28 11:03:23 UTC (rev 3139)
@@ -3,6 +3,8 @@
TESTS_ENVIRONMENT = ./varnishtest
TESTS = $(srcdir)/tests/*.vtc
+DISTCLEANFILES = _.ok
+
INCLUDES = -I$(top_srcdir)/include
bin_PROGRAMS = varnishtest
More information about the varnish-commit
mailing list