Fix: missing static inline breaks --without-lttng-ust build
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
CommitLineData
10a8a223 1if HAVE_LIBLTTNG_UST_CTL
74130cb7
PC
2
3AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
4
10a8a223
DG
5noinst_LTLIBRARIES = libust-consumer.la
6
1c39da61 7libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
10a8a223 8
00e2e675
DG
9libust_consumer_la_LIBADD = \
10 -llttng-ust-ctl \
11 $(top_builddir)/src/common/relayd/librelayd.la
10a8a223
DG
12
13endif
This page took 0.036172 seconds and 4 git commands to generate.