296301e6f360fa122dad866cb7943f5773c6f8fe
[lttng-tools.git] / src / common / consumer / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_LTLIBRARIES = libconsumer.la
4
5 noinst_HEADERS = consumer-metadata-cache.h consumer-timer.h \
6 consumer-testpoint.h
7
8 libconsumer_la_SOURCES = consumer.c consumer.h consumer-metadata-cache.c \
9 consumer-timer.c consumer-stream.c consumer-stream.h
10
11 libconsumer_la_LIBADD = \
12 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
13 $(top_builddir)/src/common/kernel-consumer/libkernel-consumer.la \
14 $(top_builddir)/src/common/hashtable/libhashtable.la \
15 $(top_builddir)/src/common/compat/libcompat.la \
16 $(top_builddir)/src/common/relayd/librelayd.la
17
18 if HAVE_LIBLTTNG_UST_CTL
19 libconsumer_la_LIBADD += \
20 $(top_builddir)/src/common/ust-consumer/libust-consumer.la
21 endif
This page took 0.030267 seconds and 4 git commands to generate.