Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / bin / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 SUBDIRS =
4
5 if BUILD_BIN_LTTNG
6 SUBDIRS += lttng
7 endif
8
9 if BUILD_BIN_LTTNG_CONSUMERD
10 SUBDIRS += lttng-consumerd
11 endif
12
13 if BUILD_BIN_LTTNG_CRASH
14 SUBDIRS += lttng-crash
15 endif
16
17 if BUILD_BIN_LTTNG_RELAYD
18 SUBDIRS += lttng-relayd
19 endif
20
21 if BUILD_BIN_LTTNG_SESSIOND
22 SUBDIRS += lttng-sessiond
23 endif
This page took 0.031527 seconds and 5 git commands to generate.