Fix: add README.md to documentation files
[lttng-tools.git] / Makefile.am
index ec8b7fe95ac0a24e471a81a7024d4305a84ef161..f5830a744e04134c0ff3988c406711219498debc 100644 (file)
@@ -1,14 +1,15 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttng-sessiond-comm \
-                 libkernelctl \
-                 liblttngkconsumerd \
-                 liblttngctl \
-                 libustcomm \
-                 libustctl \
-                 lttng \
-                 ltt-kconsumerd \
-                 ltt-sessiond \
+SUBDIRS = include \
+                 src \
                  tests \
-                 include \
+                 extras \
                  doc
+
+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.023419 seconds and 4 git commands to generate.