1 # SPDX-License-Identifier: GPL-2.0-only
3 ACLOCAL_AMFLAGS = -I config
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 \
16 if BUILD_BIN_LTTNG_CONSUMERD
17 SUBDIRS += lttng-consumerd
20 if BUILD_BIN_LTTNG_CRASH
21 SUBDIRS += lttng-crash
24 if BUILD_BIN_LTTNG_RELAYD
25 SUBDIRS += lttng-relayd
28 if BUILD_BIN_LTTNG_SESSIOND
29 SUBDIRS += lttng-sessiond