Fix flush buffer after wait quiescent
[lttng-tools.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = liblttng-sessiond-comm \
4 libkernelctl \
5 liblttng-kconsumer \
6 liblttng-ustconsumer \
7 liblttng-consumer \
8 lttng-consumerd
9
10if ! BUILD_CONSUMERD_ONLY
11SUBDIRS += liblttngctl \
12 lttng \
13 lttng-sessiond
14endif
15
16SUBDIRS += tests \
17 include \
18 doc
This page took 0.02188 seconds and 4 git commands to generate.