From: Jérémie Galarneau Date: Mon, 5 May 2014 19:21:18 +0000 (-0400) Subject: Fix: Don't include the binary in the live test's EXTRA_DIST X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=49f0ac69c86cc21c28043cdcecf534cb8aa7b88f Fix: Don't include the binary in the live test's EXTRA_DIST Adding the binary in EXTRA_DIST causes the "dist" target to fail with a "No rule to make target libtap.la" error. Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/live/Makefile.am b/tests/regression/tools/live/Makefile.am index fdf9d3ade..167b9e6ad 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 +EXTRA_DIST = test_kernel if HAVE_LIBLTTNG_UST_CTL EXTRA_DIST += test_ust test_ust_tracefile_count