From cd5dbd22c38e60bf5773c9174e9ceda7b9b4ddee Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 5 May 2014 15:36:16 -0400 Subject: [PATCH] Fix: Don't include the binary in the live test's EXTRA_DIST Signed-off-by: David Goulet --- tests/regression/tools/live/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/live/Makefile.am b/tests/regression/tools/live/Makefile.am index a7880bcf7..ea5f417ad 100644 --- a/tests/regression/tools/live/Makefile.am +++ b/tests/regression/tools/live/Makefile.am @@ -22,7 +22,7 @@ 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 test_lttng_kernel +EXTRA_DIST = test_kernel test_lttng_kernel if HAVE_LIBLTTNG_UST_CTL EXTRA_DIST += test_ust test_ust_tracefile_count test_lttng_ust -- 2.34.1