X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=ab8d38add5fc1fe5b3608ceee8446c9cfce4e7a0;hb=b1325effaf300e21bb804113cc202b0e42ea61da;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..ab8d38add 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -1,8 +1,13 @@ if HAVE_LIBLTTNG_UST_CTL + +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src + noinst_LTLIBRARIES = libust-consumer.la -libust_consumer_la_SOURCES = ust-consumer.c +libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h -libust_consumer_la_LIBADD = -llttng-ust-ctl +libust_consumer_la_LIBADD = \ + -llttng-ust-ctl \ + $(top_builddir)/src/common/relayd/librelayd.la endif