From: David Goulet Date: Wed, 6 Nov 2013 22:18:16 +0000 (-0500) Subject: Statically linked lttng-ctl to live test X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=ffaea1b31fbbd6256d8bc058496f981fa20c1030;hp=0e6830aa06d226b8a45969a9efa3b23e6818c435 Statically linked lttng-ctl to live test Signed-off-by: David Goulet --- 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 \