projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix bad return value on enable syscalls making it freeze
[lttng-tools.git]
/
Makefile.am
1
ACLOCAL_AMFLAGS = -I config
2
3
SUBDIRS = liblttng-sessiond-comm \
4
libkernelctl \
5
liblttng-kconsumer \
6
liblttng-ustconsumer \
7
liblttng-consumer \
8
lttng-consumerd
9
10
if ! BUILD_CONSUMERD_ONLY
11
SUBDIRS += liblttngctl \
12
lttng \
13
lttng-sessiond
14
endif
15
16
SUBDIRS += tests \
17
include \
18
doc
This page took
0.029079 seconds
and
4
git commands to generate.