Update version to 2.0-pre17
[lttng-tools.git] / Makefile.am
index 9bafeb4818d23906dd9daf7d2779e22446edb94c..3b6344fa6cc271517eeb24c52de6236cafb8777d 100644 (file)
@@ -1,15 +1,20 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttng-sessiond-comm \
+SUBDIRS = common \
+                 liblttng-sessiond-comm \
                  libkernelctl \
+                 liblttng-ht \
                  liblttng-kconsumer \
                  liblttng-ustconsumer \
                  liblttng-consumer \
-                 lttng-consumerd \
-                 liblttngctl \
-                 libustcomm \
-                 lttng \
-                 ltt-sessiond \
-                 tests \
-                 include \
-                 doc
+                 lttng-consumerd
+
+if ! BUILD_CONSUMERD_ONLY
+SUBDIRS += liblttngctl \
+           lttng \
+           lttng-sessiond
+endif
+
+SUBDIRS += tests \
+           include \
+           doc
This page took 0.022888 seconds and 4 git commands to generate.