configure.ac: add --disable-examples option to not build/install examples
[lttng-ust.git] / doc / Makefile.am
index e110ed85127d62b01a6bbd9d47ed4ce507de31db..a67c8c225d6b859e67e2cc068ed3e2ff4775b36c 100644 (file)
@@ -1,3 +1,7 @@
-SUBDIRS = . man examples
+SUBDIRS = . man
+
+if ENABLE_EXAMPLES
+SUBDIRS += examples
+endif
 
 dist_doc_DATA = java-agent.txt
This page took 0.023407 seconds and 4 git commands to generate.