From ffaea1b31fbbd6256d8bc058496f981fa20c1030 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 6 Nov 2013 17:18:16 -0500 Subject: [PATCH] Statically linked lttng-ctl to live test Signed-off-by: David Goulet --- tests/regression/tools/live/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 \ -- 2.34.1