X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=914c00a2bb899a736213d3eea3e456f9f879fdfa;hp=5ab0fe60284bd7c6dfc5ba675ab13d3e8eb56213;hb=04952f7cd83dd9697d314deb8ae988f888057d97;hpb=6ac46b1df9e7393bfc1d7081c87bba72d666f362 diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am index 5ab0fe602..914c00a2b 100644 --- a/src/common/ust-consumer/Makefile.am +++ b/src/common/ust-consumer/Makefile.am @@ -6,8 +6,6 @@ noinst_LTLIBRARIES = libust-consumer.la libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h -libust_consumer_la_LIBADD = \ - $(UST_CTL_LIBS) \ - $(top_builddir)/src/common/relayd/librelayd.la +libust_consumer_la_LIBADD = $(UST_CTL_LIBS) endif