From e00a07b885a14b88f8fed0d094a429e932f36522 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Thu, 30 Nov 2017 18:10:25 -0500 Subject: [PATCH] Clean up *.vg.out files too to "make distcheck" works. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 014de6f..ea57bda 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -61,3 +61,4 @@ TESTS_ENVIRONMENT = top_builddir=$(top_builddir) distclean-local: -rm -rf $(testsubdir) + -rm -f *.vg.out