projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add missing headers for make dist
[lttng-tools.git]
/
src
/
common
/
ust-consumer
/
Makefile.am
1
if HAVE_LIBLTTNG_UST_CTL
2
noinst_LTLIBRARIES = libust-consumer.la
3
4
libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
5
6
libust_consumer_la_LIBADD = -llttng-ust-ctl
7
8
endif
This page took
0.031104 seconds
and
4
git commands to generate.