X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=5ab0fe60284bd7c6dfc5ba675ab13d3e8eb56213;hp=1acdc7f12f3a49f9f9aa38cca9b8630951d6b6f4;hb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3 diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index 1acdc7f12..5ab0fe602 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + if HAVE_LIBLTTNG_UST_CTL noinst_LTLIBRARIES = libust-consumer.la @@ -5,7 +7,7 @@ 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