From 60f199e8cac1b19fc41294d303e24fe1cfeabb3f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 18 Jan 2010 10:03:59 +0000 Subject: [PATCH] Add tests/valgrind to dist tarballs --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 72049ce5..87aef50b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,6 +11,8 @@ if WITH_TESTS TESTS = tests tests2 noinst_PROGRAMS = tests perfs tests2 +EXTRA_DIST = valgrind + INCLUDES = \ -DPACKAGE=\"@PACKAGE@\" \ -DTESTSDATADIR=\"$(srcdir)/data/\" \