compiler warning cleanup: is_signed_type: compare -1 to 1
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 if HAVE_LIBLTTNG_UST_CTL
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 $(UST_CTL_LIBS) \
11 $(top_builddir)/src/common/relayd/librelayd.la
12
13 endif
This page took 0.029307 seconds and 4 git commands to generate.