Create a dedicated test suite for Perf
[lttng-tools.git] / Makefile.am
index 44f17148b73a06ffb49577d4710b40c53442f3b2..63101c541ce5f9f68c52736d24d7d4bcc15f600a 100644 (file)
@@ -1,14 +1,17 @@
-ACLOCAL_AMFLAGS = -I config
-
-SUBDIRS = liblttng-sessiond-comm \
-                 libkernelctl \
-                 liblttng-kconsumer \
-                 liblttng-ustconsumer \
-                 liblttng-consumer \
-                 lttng-consumerd \
-                 liblttngctl \
-                 lttng \
-                 lttng-sessiond \
-                 tests \
-                 include \
-                 doc
+ACLOCAL_AMFLAGS = -I m4
+
+DIST_SUBDIRS = include src extras doc tests
+
+SUBDIRS = include src doc tests
+
+if BUILD_EXTRAS
+SUBDIRS += extras
+endif
+
+dist_doc_DATA = LICENSE \
+                ChangeLog \
+               README.md
+
+dist_noinst_DATA = CodingStyle
+
+EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt
This page took 0.023493 seconds and 4 git commands to generate.