Reimplemented build option into new repo.
[lttv.git] / Makefile.am
index 48869279c30fda4dcc4bf95be20c00e51f914adf..9f817965b9c72ba56a81961e788ba708fba30d7e 100644 (file)
@@ -1,6 +1,10 @@
 # WARNING : ltt must come before lttv, so that the traceread library is
 # up to date
 
+if BUILD_LIB_ONLY
+SUBDIRS = ltt doc
+else
 SUBDIRS = ltt lttv doc
+endif
 
 EXTRA_DIST = LTTngManual.html
This page took 0.023569 seconds and 4 git commands to generate.