Statically linked lttng-ctl to live test
authorDavid Goulet <dgoulet@efficios.com>
Wed, 6 Nov 2013 22:18:16 +0000 (17:18 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 6 Nov 2013 22:18:16 +0000 (17:18 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/tools/live/Makefile.am

index 6551f13e698e81c469a169d356549a32026dc03f..d8a952524a838696ac19aa2547513cff33b023e3 100644 (file)
@@ -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 \
This page took 0.026553 seconds and 5 git commands to generate.