X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Flive%2FMakefile.am;h=d8a952524a838696ac19aa2547513cff33b023e3;hp=6551f13e698e81c469a169d356549a32026dc03f;hb=ffaea1b31fbbd6256d8bc058496f981fa20c1030;hpb=0e6830aa06d226b8a45969a9efa3b23e6818c435 diff --git a/tests/regression/tools/live/Makefile.am b/tests/regression/tools/live/Makefile.am index 6551f13e6..d8a952524 100644 --- a/tests/regression/tools/live/Makefile.am +++ b/tests/regression/tools/live/Makefile.am @@ -30,8 +30,9 @@ endif live_test_SOURCES = live_test.c live_test_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBRELAYD) $(LIBSESSIOND_COMM) \ - $(LIBHASHTABLE) $(LIBHEALTH) -lrt -llttng-ctl -live_test_LDADD += $(LIVE) + $(LIBHASHTABLE) $(LIBHEALTH) -lrt +live_test_LDADD += $(LIVE) \ + $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \