Fix: Don't include the binary in the live test's EXTRA_DIST
[lttng-tools.git] / tests / regression / tools / live / Makefile.am
index d8a952524a838696ac19aa2547513cff33b023e3..167b9e6ad3765280de65a31c71b45b7450b04735 100644 (file)
@@ -22,10 +22,10 @@ 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
+EXTRA_DIST += test_ust test_ust_tracefile_count
 endif
 
 live_test_SOURCES = live_test.c
This page took 0.024745 seconds and 5 git commands to generate.