consumerd: on_sleep not called on stream when no data is available
[lttng-tools.git] / src / common / consumer / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
c8fea79c
JR
3noinst_LTLIBRARIES = libconsumer.la
4
5noinst_HEADERS = consumer-metadata-cache.h consumer-timer.h \
6 consumer-testpoint.h
7
8libconsumer_la_SOURCES = consumer.c consumer.h consumer-metadata-cache.c \
f5ba75b4
JG
9 consumer-timer.c consumer-stream.c consumer-stream.h \
10 metadata-bucket.c metadata-bucket.h
c8fea79c
JR
11
12libconsumer_la_LIBADD = \
13 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
14 $(top_builddir)/src/common/kernel-consumer/libkernel-consumer.la \
15 $(top_builddir)/src/common/hashtable/libhashtable.la \
16 $(top_builddir)/src/common/compat/libcompat.la \
17 $(top_builddir)/src/common/relayd/librelayd.la
18
19if HAVE_LIBLTTNG_UST_CTL
20libconsumer_la_LIBADD += \
21 $(top_builddir)/src/common/ust-consumer/libust-consumer.la
22endif
This page took 0.034563 seconds and 4 git commands to generate.