Clean-up: action-executor: typo and missing tab
[lttng-tools.git] / src / bin / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 ACLOCAL_AMFLAGS = -I config
4
5 SUBDIRS =
6
7 # Make sure to always distribute all folders
8 # since SUBDIRS is decided at configure time.
9 DIST_SUBDIRS = lttng-consumerd lttng lttng-sessiond lttng-relayd \
10 lttng-crash
11
12 if BUILD_BIN_LTTNG
13 SUBDIRS += lttng
14 endif
15
16 if BUILD_BIN_LTTNG_CONSUMERD
17 SUBDIRS += lttng-consumerd
18 endif
19
20 if BUILD_BIN_LTTNG_CRASH
21 SUBDIRS += lttng-crash
22 endif
23
24 if BUILD_BIN_LTTNG_RELAYD
25 SUBDIRS += lttng-relayd
26 endif
27
28 if BUILD_BIN_LTTNG_SESSIOND
29 SUBDIRS += lttng-sessiond
30 endif
This page took 0.02895 seconds and 4 git commands to generate.