UST consumer: implement missing ust-specific callbacks + fixes.
[lttng-tools.git] / lttng-consumerd / Makefile.am
index 2c1d56419082ca5bd34c2d2eecefa19c7c1fafe3..70ebc50356e67a072bbeafcdc0e2dfd73989f273 100644 (file)
@@ -9,6 +9,6 @@ lttng_consumerd_LDADD = \
           $(top_builddir)/liblttng-consumer/liblttng-consumer.la \
           $(top_builddir)/liblttng-sessiond-comm/liblttng-sessiond-comm.la
 
-if LTTNG_TOOLS_HAVE_UST
-lttng_consumerd_LDADD += -lustctl
+if HAVE_LIBLTTNG_UST_CTL
+lttng_consumerd_LDADD += -llttng-ust-ctl
 endif
This page took 0.022991 seconds and 4 git commands to generate.