From: tfheen Date: Thu, 28 Aug 2008 11:03:23 +0000 (+0000) Subject: Add _.ok to the list of files we clean on make distclean X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2f955feb1fe7139ff57d8b69e72b6e06d75d05;p=varnish Add _.ok to the list of files we clean on make distclean git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3139 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/Makefile.am b/varnish-cache/bin/varnishtest/Makefile.am index 45941638..b0d12b40 100644 --- a/varnish-cache/bin/varnishtest/Makefile.am +++ b/varnish-cache/bin/varnishtest/Makefile.am @@ -3,6 +3,8 @@ TESTS_ENVIRONMENT = ./varnishtest TESTS = $(srcdir)/tests/*.vtc +DISTCLEANFILES = _.ok + INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = varnishtest