Revert "Fix: sessiond: erroneous user check logic in session_access_ok"
[lttng-tools.git] / src / bin / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3ACLOCAL_AMFLAGS = -I config
4
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.023549 seconds and 4 git commands to generate.