Fix: Don't override user variables within the build system
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
CommitLineData
10a8a223 1if HAVE_LIBLTTNG_UST_CTL
74130cb7 2
10a8a223
DG
3noinst_LTLIBRARIES = libust-consumer.la
4
1c39da61 5libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
10a8a223 6
00e2e675
DG
7libust_consumer_la_LIBADD = \
8 -llttng-ust-ctl \
9 $(top_builddir)/src/common/relayd/librelayd.la
10a8a223
DG
10
11endif
This page took 0.054905 seconds and 5 git commands to generate.