projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Don't start session daemon with --help on the cli
[lttng-tools.git]
/
Makefile.am
1
ACLOCAL_AMFLAGS = -I config
2
3
SUBDIRS = common \
4
liblttng-sessiond-comm \
5
libkernelctl \
6
liblttng-ht \
7
liblttng-kconsumer \
8
liblttng-ustconsumer \
9
liblttng-consumer \
10
lttng-consumerd
11
12
if ! BUILD_CONSUMERD_ONLY
13
SUBDIRS += liblttngctl \
14
lttng \
15
lttng-sessiond
16
endif
17
18
SUBDIRS += tests \
19
include \
20
doc
This page took
0.034155 seconds
and
4
git commands to generate.