Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3if HAVE_LIBLTTNG_UST_CTL
4
5noinst_LTLIBRARIES = libust-consumer.la
6
7libust_consumer_la_SOURCES = \
8 ust-consumer.cpp \
9 ust-consumer.h
10
11libust_consumer_la_LIBADD = $(UST_CTL_LIBS)
12
13endif
This page took 0.021985 seconds and 4 git commands to generate.