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