Cleanup: remove superfluous tests.txt
[lttng-tools.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 DIST_SUBDIRS = include doc src extras tests
4
5 SUBDIRS = include doc src tests
6
7 if BUILD_EXTRAS
8 SUBDIRS += extras
9 endif
10
11 dist_doc_DATA = LICENSE \
12 ChangeLog \
13 README.md
14
15 dist_noinst_DATA = CodingStyle
16
17 EXTRA_DIST = extras/lttng-bash_completion \
18 LICENSES/BSD-2-Clause \
19 LICENSES/BSD-3-Clause \
20 LICENSES/GPL-2.0 \
21 LICENSES/LGPL-2.1 \
22 LICENSES/MIT \
23 version
This page took 0.03029 seconds and 5 git commands to generate.