Fix: relayd: create_index_file error handling
[lttng-tools.git] / src / bin / Makefile.am
CommitLineData
10a8a223
DG
1ACLOCAL_AMFLAGS = -I config
2
87fb9fc0
JR
3SUBDIRS =
4
5# Make sure to always distribute all folders
6# since SUBDIRS is decided at configure time.
7DIST_SUBDIRS = lttng-consumerd lttng lttng-sessiond lttng-relayd \
8 lttng-crash
9
10if BUILD_BIN_LTTNG
11SUBDIRS += lttng
12endif
13
14if BUILD_BIN_LTTNG_CONSUMERD
15SUBDIRS += lttng-consumerd
16endif
17
18if BUILD_BIN_LTTNG_CRASH
19SUBDIRS += lttng-crash
20endif
21
22if BUILD_BIN_LTTNG_RELAYD
23SUBDIRS += lttng-relayd
24endif
25
26if BUILD_BIN_LTTNG_SESSIOND
27SUBDIRS += lttng-sessiond
28endif
This page took 0.044197 seconds and 4 git commands to generate.