Add a --with-consumerd-only configure option
[lttng-tools.git] / Makefile.am
index dce10f8363f39f34f49a14445e1b83d646e976ea..fa5beea9a9df6ddd0d5cdcdd4ee1d7ea0191cbb2 100644 (file)
@@ -1,8 +1,18 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttsessiondcomm \
+SUBDIRS = liblttng-sessiond-comm \
                  libkernelctl \
-                 liblttngctl \
-                 lttng \
-                 ltt-sessiond \
-                 tests
+                 liblttng-kconsumer \
+                 liblttng-ustconsumer \
+                 liblttng-consumer \
+                 lttng-consumerd
+
+if ! BUILD_CONSUMERD_ONLY
+SUBDIRS += liblttngctl \
+           lttng \
+           lttng-sessiond
+endif
+
+SUBDIRS += tests \
+           include \
+           doc
This page took 0.02274 seconds and 4 git commands to generate.