X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2FMakefile.am;fp=src%2Fcommon%2Fust-consumer%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=7532fa3bd22e403958f46cd35c824f490d93292d;hp=26f1667857652ace298070da8e5c112b71072a68;hpb=985aea182b618c85c51651f224abedfe367c75ee;p=deliverable%2Flttng-tools.git diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am deleted file mode 100644 index 26f166785..000000000 --- a/src/common/ust-consumer/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - -if HAVE_LIBLTTNG_UST_CTL - -noinst_LTLIBRARIES = libust-consumer.la - -libust_consumer_la_SOURCES = \ - ust-consumer.cpp \ - ust-consumer.h - -libust_consumer_la_LIBADD = \ - $(UST_CTL_LIBS) \ - $(top_builddir)/src/common/relayd/librelayd.la - -endif