common: compile libconsumer, libust-consumer, libkernel-consumer as C++
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
10a8a223 3if HAVE_LIBLTTNG_UST_CTL
74130cb7 4
10a8a223
DG
5noinst_LTLIBRARIES = libust-consumer.la
6
97535efa
SM
7libust_consumer_la_SOURCES = \
8 ust-consumer.cpp \
9 ust-consumer.h
10a8a223 10
00e2e675 11libust_consumer_la_LIBADD = \
20dd2de1 12 $(UST_CTL_LIBS) \
00e2e675 13 $(top_builddir)/src/common/relayd/librelayd.la
10a8a223
DG
14
15endif
This page took 0.056932 seconds and 4 git commands to generate.