From 420e027c999d43cc367aa7378a0e2d48dcd5ea30 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 25 Jul 2014 11:53:15 -0400 Subject: [PATCH] tools: dist everything Dist run-test-valgrind.sh and test-sudo-wrapper.sh, since they may be of use to people building from tarballs as well. --- tools/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index e8b568a9f8..592fb408ea 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,5 @@ EXTRA_DIST = \ + check-exports.sh \ doc-generator.xsl \ - check-exports.sh + run-test-valgrind.sh \ + test-sudo-wrapper.sh