1 ACLOCAL_AMFLAGS = -I config
5 # Make sure to always distribute all folders
6 # since SUBDIRS is decided at configure time.
7 DIST_SUBDIRS = lttng-consumerd lttng lttng-sessiond lttng-relayd \
14 if BUILD_BIN_LTTNG_CONSUMERD
15 SUBDIRS += lttng-consumerd
18 if BUILD_BIN_LTTNG_CRASH
19 SUBDIRS += lttng-crash
22 if BUILD_BIN_LTTNG_RELAYD
23 SUBDIRS += lttng-relayd
26 if BUILD_BIN_LTTNG_SESSIOND
27 SUBDIRS += lttng-sessiond