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