Fix: lay out names in exclusion structure correctly
[lttng-tools.git] / Makefile.am
index 94b0c376d1aa6cbb97a1515bb6d841681b1d2204..63101c541ce5f9f68c52736d24d7d4bcc15f600a 100644 (file)
@@ -1,14 +1,17 @@
-ACLOCAL_AMFLAGS = -I config
-
-SUBDIRS = liblttsessiondcomm \
-                 libkernelctl \
-                 liblttkconsumerd \
-                 liblttngctl \
-                 libustcomm \
-                 libustctl \
-                 lttng \
-                 ltt-kconsumerd \
-                 ltt-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.023193 seconds and 4 git commands to generate.