From 59b117625386d3a5843c67c7118f1b8720accdf4 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Jan 2014 12:58:46 -0500 Subject: [PATCH] Fix: missing files in extra dist statement Signed-off-by: David Goulet --- tests/regression/tools/live/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/tools/live/Makefile.am b/tests/regression/tools/live/Makefile.am index fdf9d3ade..a7880bcf7 100644 --- a/tests/regression/tools/live/Makefile.am +++ b/tests/regression/tools/live/Makefile.am @@ -22,10 +22,10 @@ LIVE=$(top_builddir)/src/bin/lttng-sessiond/session.o \ $(top_builddir)/src/bin/lttng-sessiond/snapshot.o noinst_PROGRAMS = live_test -EXTRA_DIST = live_test test_kernel +EXTRA_DIST = live_test test_kernel test_lttng_kernel if HAVE_LIBLTTNG_UST_CTL -EXTRA_DIST += test_ust test_ust_tracefile_count +EXTRA_DIST += test_ust test_ust_tracefile_count test_lttng_ust endif live_test_SOURCES = live_test.c -- 2.34.1