Fix: Don't include the binary in the live test's EXTRA_DIST
authorDavid Goulet <dgoulet@efficios.com>
Mon, 5 May 2014 19:36:16 +0000 (15:36 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 5 May 2014 19:36:16 +0000 (15:36 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/tools/live/Makefile.am

index a7880bcf7f2fd29fd38d74e4c05dc5014b59da83..ea5f417adf44f1e5855a8c3d279d35163d6640a0 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 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
This page took 0.024532 seconds and 4 git commands to generate.