Fix: add README.md to documentation files
[lttng-tools.git] / Makefile.am
index ffbad29f08adfecb4f3cd83f417225bdbaefee76..f5830a744e04134c0ff3988c406711219498debc 100644 (file)
@@ -1,10 +1,15 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = src \
+SUBDIRS = include \
+                 src \
                  tests \
-                 include \
+                 extras \
                  doc
 
-dist_doc_DATA = ChangeLog
+dist_doc_DATA = LICENSE \
+                ChangeLog \
+               README.md
 
-EXTRA_DIST = extras/lttng-bash_completion
+dist_noinst_DATA = CodingStyle
+
+EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt
This page took 0.022999 seconds and 4 git commands to generate.