Move conditions source files to src/common/conditions directory
[lttng-tools.git] / src / bin / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
10a8a223
DG
3ACLOCAL_AMFLAGS = -I config
4
87fb9fc0
JR
5SUBDIRS =
6
7# Make sure to always distribute all folders
8# since SUBDIRS is decided at configure time.
9DIST_SUBDIRS = lttng-consumerd lttng lttng-sessiond lttng-relayd \
10 lttng-crash
11
12if BUILD_BIN_LTTNG
13SUBDIRS += lttng
14endif
15
16if BUILD_BIN_LTTNG_CONSUMERD
17SUBDIRS += lttng-consumerd
18endif
19
20if BUILD_BIN_LTTNG_CRASH
21SUBDIRS += lttng-crash
22endif
23
24if BUILD_BIN_LTTNG_RELAYD
25SUBDIRS += lttng-relayd
26endif
27
28if BUILD_BIN_LTTNG_SESSIOND
29SUBDIRS += lttng-sessiond
30endif
This page took 0.048271 seconds and 4 git commands to generate.