projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Send session creation time to relay daemon when supported
[lttng-tools.git]
/
src
/
common
/
ust-consumer
/
Makefile.am
1
if HAVE_LIBLTTNG_UST_CTL
2
3
noinst_LTLIBRARIES = libust-consumer.la
4
5
libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
6
7
libust_consumer_la_LIBADD = \
8
-llttng-ust-ctl \
9
$(top_builddir)/src/common/relayd/librelayd.la
10
11
endif
This page took
0.031618 seconds
and
4
git commands to generate.