Fix: lay out names in exclusion structure correctly
[lttng-tools.git] / Makefile.am
index 584f59b2e63102d1fb687a988899eb32746f4753..63101c541ce5f9f68c52736d24d7d4bcc15f600a 100644 (file)
@@ -1,13 +1,16 @@
-ACLOCAL_AMFLAGS = -I config
+ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src \
-                 tests \
-                 extras \
-                 include \
-                 doc
+DIST_SUBDIRS = include src extras doc tests
+
+SUBDIRS = include src doc tests
+
+if BUILD_EXTRAS
+SUBDIRS += extras
+endif
 
 dist_doc_DATA = LICENSE \
-                ChangeLog
+                ChangeLog \
+               README.md
 
 dist_noinst_DATA = CodingStyle
 
This page took 0.023182 seconds and 4 git commands to generate.