Fix: add README.md to documentation files
[lttng-tools.git] / Makefile.am
index e53d9079ee947f196b647f8488debf4475123320..f5830a744e04134c0ff3988c406711219498debc 100644 (file)
@@ -1,3 +1,15 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttsessiondcomm liblttngctl lttng ltt-sessiond tests
+SUBDIRS = include \
+                 src \
+                 tests \
+                 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.022774 seconds and 4 git commands to generate.