Merge branch 'benchmark' of git://git.lttng.org/lttng-tools into benchmark
[lttng-tools.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 SUBDIRS = src/common/ \
4 benchmark \
5 src \
6 tests \
7 include \
8 doc
9
10 dist_doc_DATA = LICENSE \
11 ChangeLog
12
13 EXTRA_DIST = extras/lttng-bash_completion
14
15 bench:
16 ./benchmark/runall.sh
This page took 0.029371 seconds and 4 git commands to generate.