Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / bin / Makefile.am
index c97d1a147ce65fe0868c5ccebe272b3949b1bd62..146f273dea8f9f1e404a73166d0330f125b164e7 100644 (file)
@@ -1,6 +1,23 @@
-ACLOCAL_AMFLAGS = -I config
+# SPDX-License-Identifier: GPL-2.0-only
 
-SUBDIRS = lttng-consumerd \
-                 lttng \
-          lttng-sessiond \
-          lttng-relayd
+SUBDIRS =
+
+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
This page took 0.030922 seconds and 4 git commands to generate.