X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=c79c4a55e8ed42b2c8b64d1465c92d3495232e8d;hp=798ad9aa6606218f6844485be2cf6d719ebc6c9c;hb=00e2e675d54dc726a7c8f8887c889cc8ef022003;hpb=b8aa16822f579a6e15b41d2761801a0a65d5f2a5 diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index 798ad9aa6..c79c4a55e 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -3,6 +3,8 @@ 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