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