projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b744596b1905eecf307aef95254280b2945458d3
[lttng-tools.git]
/
Makefile.am
1
ACLOCAL_AMFLAGS = -I config
2
3
SUBDIRS = common \
4
liblttng-sessiond-comm \
5
libkernelctl \
6
liblttng-kconsumer \
7
liblttng-ustconsumer \
8
liblttng-consumer \
9
lttng-consumerd
10
11
if ! BUILD_CONSUMERD_ONLY
12
SUBDIRS += liblttngctl \
13
lttng \
14
lttng-sessiond
15
endif
16
17
SUBDIRS += tests \
18
include \
19
doc
This page took
0.029648 seconds
and
3
git commands to generate.