Force the disabling of the gui building
[lttv.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 # WARNING : ltt must come before lttv, so that the traceread library is
4 # up to date
5
6 if BUILD_LIB_ONLY
7 SUBDIRS = ltt doc
8 else
9 SUBDIRS = ltt lttv doc
10 endif
11
12 EXTRA_DIST = LTTngManual.html
This page took 0.029155 seconds and 4 git commands to generate.