X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=5e100537209ffc8e03af71e5c02fb9009612ada6;hb=c9753f7250f33184a1859088a691291f37161f25;hp=478aae79323993ba5e4805303fc72ece78a7a875;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377;p=lttng-tools.git diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index 478aae793..5e1005372 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -1,8 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only + if HAVE_LIBLTTNG_UST_CTL + noinst_LTLIBRARIES = libust-consumer.la -libust_consumer_la_SOURCES = ust-consumer.c +libust_consumer_la_SOURCES = \ + ust-consumer.cpp \ + ust-consumer.h -libust_consumer_la_LIBADD = -llttng-ust-ctl +libust_consumer_la_LIBADD = $(UST_CTL_LIBS) endif