Commit | Line | Data |
---|---|---|
10a8a223 DG |
1 | if HAVE_LIBLTTNG_UST_CTL |
2 | noinst_LTLIBRARIES = libust-consumer.la | |
3 | ||
1c39da61 | 4 | libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h |
10a8a223 | 5 | |
00e2e675 DG |
6 | libust_consumer_la_LIBADD = \ |
7 | -llttng-ust-ctl \ | |
8 | $(top_builddir)/src/common/relayd/librelayd.la | |
10a8a223 DG |
9 | |
10 | endif |