Add missing rcu read lock and add assert
[lttng-tools.git] / Makefile.am
index fe1c45cef59d4176d4768408a513a466585a342a..3b6344fa6cc271517eeb24c52de6236cafb8777d 100644 (file)
@@ -1,12 +1,20 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttsessiondcomm \
+SUBDIRS = common \
+                 liblttng-sessiond-comm \
                  libkernelctl \
-                 liblttkconsumerd \
-                 liblttngctl \
-                 libustcomm \
-                 libustctl \
-                 lttng \
-                 ltt-kconsumerd \
-                 ltt-sessiond \
-                 tests
+                 liblttng-ht \
+                 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.022785 seconds and 4 git commands to generate.