X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=914c00a2bb899a736213d3eea3e456f9f879fdfa;hb=04952f7cd83dd9697d314deb8ae988f888057d97;hp=c79c4a55e8ed42b2c8b64d1465c92d3495232e8d;hpb=00e2e675d54dc726a7c8f8887c889cc8ef022003;p=lttng-tools.git diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index c79c4a55e..914c00a2b 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -1,10 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-only + 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 \ - $(top_builddir)/src/common/relayd/librelayd.la +libust_consumer_la_LIBADD = $(UST_CTL_LIBS) endif