Force the disabling of the gui building
[lttv.git] / Makefile.am
index 48869279c30fda4dcc4bf95be20c00e51f914adf..fd556a5a4ab979f37b5b5d54608ba2c5d0ae0285 100644 (file)
@@ -1,6 +1,12 @@
+ACLOCAL_AMFLAGS = -I config
+
 # 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.022485 seconds and 4 git commands to generate.