Reimplemented build option into new repo.
[lttv.git] / Makefile.am
1 # WARNING : ltt must come before lttv, so that the traceread library is
2 # up to date
3
4 if BUILD_LIB_ONLY
5 SUBDIRS = ltt doc
6 else
7 SUBDIRS = ltt lttv doc
8 endif
9
10 EXTRA_DIST = LTTngManual.html
This page took 0.029799 seconds and 5 git commands to generate.