X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;fp=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=26f1667857652ace298070da8e5c112b71072a68;hp=5ab0fe60284bd7c6dfc5ba675ab13d3e8eb56213;hb=97535efaa975ca52bf02c2d5e76351bfd2e3defa;hpb=7fe0498a9173fca00dcd45a41847e629b70cd941 diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index 5ab0fe602..26f166785 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -4,7 +4,9 @@ if HAVE_LIBLTTNG_UST_CTL noinst_LTLIBRARIES = libust-consumer.la -libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h +libust_consumer_la_SOURCES = \ + ust-consumer.cpp \ + ust-consumer.h libust_consumer_la_LIBADD = \ $(UST_CTL_LIBS) \