Consumer daemon data available command support
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
index 798ad9aa6606218f6844485be2cf6d719ebc6c9c..ab8d38add5fc1fe5b3608ceee8446c9cfce4e7a0 100644 (file)
@@ -1,8 +1,13 @@
 if HAVE_LIBLTTNG_UST_CTL
+
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+
 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.023174 seconds and 4 git commands to generate.