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