Ust-consumer: Add channel key to error msg on channel clear
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
index 798ad9aa6606218f6844485be2cf6d719ebc6c9c..1acdc7f12f3a49f9f9aa38cca9b8630951d6b6f4 100644 (file)
@@ -1,8 +1,11 @@
 if HAVE_LIBLTTNG_UST_CTL
+
 noinst_LTLIBRARIES = libust-consumer.la
 
 libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
 
-libust_consumer_la_LIBADD = -llttng-ust-ctl
+libust_consumer_la_LIBADD = \
+                       -llttng-ust-ctl \
+                       $(top_builddir)/src/common/relayd/librelayd.la
 
 endif
This page took 0.025294 seconds and 5 git commands to generate.