Update version to 2.0-pre16
[lttng-tools.git] / Makefile.am
index e53d9079ee947f196b647f8488debf4475123320..4d203b55ce6254f13e3715a79448ab77c89c1a98 100644 (file)
@@ -1,3 +1,19 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttsessiondcomm liblttngctl lttng ltt-sessiond tests
+SUBDIRS = liblttng-sessiond-comm \
+                 libkernelctl \
+                 librunas \
+                 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.025475 seconds and 4 git commands to generate.