From 9b399c4853771a3b8a49c880a9b12dd91bc4c327 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 24 Mar 2014 16:07:51 -0400 Subject: [PATCH] Fix: missing test file in EXTRA dist Fixes #753 Signed-off-by: David Goulet --- tests/regression/tools/health/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/tools/health/Makefile.am b/tests/regression/tools/health/Makefile.am index ed13743a4..c244d65af 100644 --- a/tests/regression/tools/health/Makefile.am +++ b/tests/regression/tools/health/Makefile.am @@ -38,9 +38,9 @@ health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ endif dist_noinst_SCRIPTS = test_thread_exit test_thread_stall test_tp_fail \ - test_health.sh + test_health.sh test_thread_ok EXTRA_DIST = test_thread_exit test_thread_stall test_tp_fail \ - test_health.sh + test_health.sh test_thread_ok all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1