From 40297911c79bf3fbc49c98de62a15c03aac28f0d Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 15 Sep 2015 10:37:48 -0400 Subject: [PATCH] Fix: add missing test file to EXTRA_DIST MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- tests/regression/tools/save-load/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/regression/tools/save-load/Makefile.am b/tests/regression/tools/save-load/Makefile.am index 6b496be39..2913154a1 100644 --- a/tests/regression/tools/save-load/Makefile.am +++ b/tests/regression/tools/save-load/Makefile.am @@ -1,5 +1,6 @@ noinst_SCRIPTS = test_save test_load -EXTRA_DIST = $(noinst_SCRIPTS) load-42.lttng load-42-complex.lttng +EXTRA_DIST = $(noinst_SCRIPTS) load-42.lttng load-42-complex.lttng \ + load-42-trackers.lttng all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1