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