X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=1df8b53c0836b2857ba7a3e85ac3658b03e83a4e;hp=c79c4a55e8ed42b2c8b64d1465c92d3495232e8d;hb=20dd2de1fa1efe1519d1b6e88386efa89d60d1b9;hpb=00e2e675d54dc726a7c8f8887c889cc8ef022003 diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index c79c4a55e..1df8b53c0 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -1,10 +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 \ + $(UST_CTL_LIBS) \ $(top_builddir)/src/common/relayd/librelayd.la endif