X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=1acdc7f12f3a49f9f9aa38cca9b8630951d6b6f4;hb=d893a65a0e39eb3bf06c9088ce8cb2c8dc36df98;hp=798ad9aa6606218f6844485be2cf6d719ebc6c9c;hpb=1c39da610b4b1e47a50ab51d9cdfc56d895f2b73;p=lttng-tools.git diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index 798ad9aa6..1acdc7f12 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -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