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