Network streaming support
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
... / ...
CommitLineData
1if HAVE_LIBLTTNG_UST_CTL
2noinst_LTLIBRARIES = libust-consumer.la
3
4libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
5
6libust_consumer_la_LIBADD = \
7 -llttng-ust-ctl \
8 $(top_builddir)/src/common/relayd/librelayd.la
9
10endif
This page took 0.022989 seconds and 4 git commands to generate.