projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
common: compile libconsumer, libust-consumer, libkernel-consumer as C++
[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 = \
8
ust-consumer.cpp \
9
ust-consumer.h
10
11
libust_consumer_la_LIBADD = \
12
$(UST_CTL_LIBS) \
13
$(top_builddir)/src/common/relayd/librelayd.la
14
15
endif
This page took
0.034847 seconds
and
5
git commands to generate.