Fix multiple error handling for UST tracing
[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.029149 seconds and 4 git commands to generate.