X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Flive%2FMakefile.am;h=24ccc7cfc194df56563a410e9ca71c2366cacbc9;hb=67b4c664e2c6c6dc19920555c0abf094ed6cbe00;hp=d8a952524a838696ac19aa2547513cff33b023e3;hpb=ffaea1b31fbbd6256d8bc058496f981fa20c1030;p=lttng-tools.git diff --git a/tests/regression/tools/live/Makefile.am b/tests/regression/tools/live/Makefile.am index d8a952524..24ccc7cfc 100644 --- a/tests/regression/tools/live/Makefile.am +++ b/tests/regression/tools/live/Makefile.am @@ -2,10 +2,10 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/ut AM_LDFLAGS = if LTTNG_TOOLS_BUILD_WITH_LIBDL -AM_LDFLAGS += -ldl +LIBS += -ldl endif if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -AM_LDFLAGS += -lc +LIBS += -lc endif LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la @@ -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 test_lttng_kernel if HAVE_LIBLTTNG_UST_CTL -EXTRA_DIST += test_ust +EXTRA_DIST += test_ust test_ust_tracefile_count test_lttng_ust endif live_test_SOURCES = live_test.c