From: Eric Haszlakiewicz Date: Thu, 30 Nov 2017 23:10:25 +0000 (-0500) Subject: Clean up *.vg.out files too to "make distcheck" works. X-Git-Tag: json-c-0.13-20171207~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e00a07b885a14b88f8fed0d094a429e932f36522;p=thirdparty%2Fjson-c.git Clean up *.vg.out files too to "make distcheck" works. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 014de6f4..ea57bdab 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