From: tfheen Date: Tue, 24 Feb 2009 12:00:05 +0000 (+0000) Subject: Clean default.vcl on distclean X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcc999fe0115fb2876f76179495c48ca0094457;p=varnish Clean default.vcl on distclean Distclean (in the build directory) should clean out default.vcl in the build directory. This fixes a strange FTBFS on FreeBSD. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3823 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/etc/Makefile.am b/varnish-cache/etc/Makefile.am index 600dae57..f1b3993e 100644 --- a/varnish-cache/etc/Makefile.am +++ b/varnish-cache/etc/Makefile.am @@ -1,6 +1,7 @@ # $Id$ EXTRA_DIST = zope-plone.vcl +DISTCLEANFILES = default.vcl dist_varnishconf_DATA = default.vcl