Merge branch 'master' 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 bench:
11 ./benchmark/runall.sh
12
13 dist_doc_DATA = ChangeLog
This page took 0.030907 seconds and 5 git commands to generate.