From: David Goulet Date: Mon, 5 May 2014 19:36:16 +0000 (-0400) Subject: Fix: Don't include the binary in the live test's EXTRA_DIST X-Git-Tag: v2.4.2~27 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=cd5dbd22c38e60bf5773c9174e9ceda7b9b4ddee;p=lttng-tools.git Fix: Don't include the binary in the live test's EXTRA_DIST Signed-off-by: David Goulet --- 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