Revert "lttng-ctl: Hide symbol introduced by fix"
[lttng-tools.git] / Makefile.am
... / ...
CommitLineData
1if HAVE_LIBLTTNG_UST_CTL
2
3AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
4
5noinst_LTLIBRARIES = libust-consumer.la
6
7libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
8
9libust_consumer_la_LIBADD = \
10 -llttng-ust-ctl \
11 $(top_builddir)/src/common/relayd/librelayd.la
12
13endif
This page took 0.031365 seconds and 5 git commands to generate.