[lttng-dev] [PATCH lttng-tools] Fix: Don't include the binary in the live test's EXTRA_DIST
David Goulet
dgoulet at efficios.com
Mon May 5 15:40:28 EDT 2014
Merged
On 05 May (15:21:18), Jérémie Galarneau wrote:
> 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 <jeremie.galarneau at efficios.com>
> ---
> 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 fdf9d3a..167b9e6 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
> --
> 1.9.2
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: Digital signature
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20140505/80a99d06/attachment.sig>
More information about the lttng-dev
mailing list