Statically linked lttng-ctl to live test
[lttng-tools.git] / 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.024084 seconds and 5 git commands to generate.