Add the bash-completion file to the dist tarball
[lttng-tools.git] / Makefile.am
index fa5beea9a9df6ddd0d5cdcdd4ee1d7ea0191cbb2..ffbad29f08adfecb4f3cd83f417225bdbaefee76 100644 (file)
@@ -1,18 +1,10 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = liblttng-sessiond-comm \
-                 libkernelctl \
-                 liblttng-kconsumer \
-                 liblttng-ustconsumer \
-                 liblttng-consumer \
-                 lttng-consumerd
+SUBDIRS = src \
+                 tests \
+                 include \
+                 doc
 
-if ! BUILD_CONSUMERD_ONLY
-SUBDIRS += liblttngctl \
-           lttng \
-           lttng-sessiond
-endif
+dist_doc_DATA = ChangeLog
 
-SUBDIRS += tests \
-           include \
-           doc
+EXTRA_DIST = extras/lttng-bash_completion
This page took 0.022885 seconds and 4 git commands to generate.