From 2b2f955feb1fe7139ff57d8b69e72b6e06d75d05 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 28 Aug 2008 11:03:23 +0000 Subject: [PATCH] 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 --- varnish-cache/bin/varnishtest/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5