Fix: free metadata cache after grace period in consumer
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
1 if HAVE_LIBLTTNG_UST_CTL
2
3 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
4
5 noinst_LTLIBRARIES = libust-consumer.la
6
7 libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
8
9 libust_consumer_la_LIBADD = \
10 -llttng-ust-ctl \
11 $(top_builddir)/src/common/relayd/librelayd.la
12
13 endif
This page took 0.02996 seconds and 4 git commands to generate.