docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / bin / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
87fb9fc0
JR
3SUBDIRS =
4
87fb9fc0
JR
5if BUILD_BIN_LTTNG
6SUBDIRS += lttng
7endif
8
9if BUILD_BIN_LTTNG_CONSUMERD
10SUBDIRS += lttng-consumerd
11endif
12
13if BUILD_BIN_LTTNG_CRASH
14SUBDIRS += lttng-crash
15endif
16
17if BUILD_BIN_LTTNG_RELAYD
18SUBDIRS += lttng-relayd
19endif
20
21if BUILD_BIN_LTTNG_SESSIOND
22SUBDIRS += lttng-sessiond
23endif
This page took 0.057058 seconds and 4 git commands to generate.