Fix trace UST destroy channel
[lttng-tools.git] / Makefile.am
CommitLineData
fac6795d
DG
1ACLOCAL_AMFLAGS = -I config
2
daf282ab
MD
3SUBDIRS = common \
4 liblttng-sessiond-comm \
ee0326c0 5 libkernelctl \
bec39940 6 liblttng-ht \
3bd1e081
MD
7 liblttng-kconsumer \
8 liblttng-ustconsumer \
9 liblttng-consumer \
55bed213
AM
10 lttng-consumerd
11
12if ! BUILD_CONSUMERD_ONLY
13SUBDIRS += liblttngctl \
14 lttng \
15 lttng-sessiond
16endif
17
18SUBDIRS += tests \
19 include \
20 doc
This page took 0.023827 seconds and 4 git commands to generate.