From fd8af5e9a2d3756f0f79d6904e4fb589cc1fccea Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Tue, 25 Feb 2014 21:36:25 +0000
Subject: [PATCH] Clean up after tests for distcheck

[[Imported from SVN: r12954]]
---
 dune/solvers/test/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/solvers/test/Makefile.am b/dune/solvers/test/Makefile.am
index ef21ca49..4125ec12 100644
--- a/dune/solvers/test/Makefile.am
+++ b/dune/solvers/test/Makefile.am
@@ -74,4 +74,6 @@ sumoperatortest_CPPFLAGS = $(COMMON_CPPFLAGS) $(GRID_CPPFLAGS)
 sumoperatortest_LDADD = $(COMMON_LDADD) $(GRID_LDADD)
 sumoperatortest_LDFLAGS = $(COMMON_LDFLAGS) $(GRID_LDFLAGS)
 
+CLEANFILES = *.vtu *.vtp
+
 include $(top_srcdir)/am/global-rules
-- 
GitLab