Fix: missing files in extra dist statement
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 Jan 2014 17:58:46 +0000 (12:58 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 Jan 2014 17:59:00 +0000 (12:59 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/tools/live/Makefile.am

index fdf9d3adee53a6b65b956b65bb31ba31e0bae7eb..a7880bcf7f2fd29fd38d74e4c05dc5014b59da83 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 = live_test test_kernel test_lttng_kernel
 
 if HAVE_LIBLTTNG_UST_CTL
-EXTRA_DIST += test_ust test_ust_tracefile_count
+EXTRA_DIST += test_ust test_ust_tracefile_count test_lttng_ust
 endif
 
 live_test_SOURCES = live_test.c
This page took 0.025323 seconds and 4 git commands to generate.