Fix: destroy called twice on quit pipe
[lttng-tools.git] / Makefile.am
index 7b2a23f0da3c7b529f8d10451b9f60e506b6cec2..6ebdb589a7033704e87affbbb47fb58f82094d28 100644 (file)
@@ -1,10 +1,12 @@
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = include \
-                 src \
-                 tests \
-                 extras \
-                 doc
+DIST_SUBDIRS = include doc src extras tests
+
+SUBDIRS = include doc src tests
+
+if BUILD_EXTRAS
+SUBDIRS += extras
+endif
 
 dist_doc_DATA = LICENSE \
                 ChangeLog \
This page took 0.024464 seconds and 5 git commands to generate.