Fix: Don't include the binary in the live test's EXTRA_DIST
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 5 May 2014 19:21:18 +0000 (15:21 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 5 May 2014 19:35:01 +0000 (15:35 -0400)
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@efficios.com>
tests/regression/tools/live/Makefile.am

index fdf9d3adee53a6b65b956b65bb31ba31e0bae7eb..167b9e6ad3765280de65a31c71b45b7450b04735 100644 (file)
@@ -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
This page took 0.026811 seconds and 5 git commands to generate.