X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2FMakefile.am;h=146f273dea8f9f1e404a73166d0330f125b164e7;hp=ce5057dd7512c007dccb6ca9fa36287f10d9b002;hb=HEAD;hpb=b8aa16822f579a6e15b41d2761801a0a65d5f2a5 diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index ce5057dd7..146f273de 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,9 +1,23 @@ -ACLOCAL_AMFLAGS = -I config +# SPDX-License-Identifier: GPL-2.0-only -SUBDIRS = lttng-consumerd +SUBDIRS = -if ! BUILD_CONSUMERD_ONLY -SUBDIRS += lttng \ - lttng-sessiond \ - lttng-relayd +if BUILD_BIN_LTTNG +SUBDIRS += lttng +endif + +if BUILD_BIN_LTTNG_CONSUMERD +SUBDIRS += lttng-consumerd +endif + +if BUILD_BIN_LTTNG_CRASH +SUBDIRS += lttng-crash +endif + +if BUILD_BIN_LTTNG_RELAYD +SUBDIRS += lttng-relayd +endif + +if BUILD_BIN_LTTNG_SESSIOND +SUBDIRS += lttng-sessiond endif