tests: Remove stale tests launcher
[babeltrace.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = \
4 include \
5 src \
6 doc \
7 tests
8
9 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
10 EXTRA_DIST = \
11 extras
12
13 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
14 std-ext-lib.txt README CONTRIBUTING.adoc
15
16 dist_noinst_DATA = CodingStyle
This page took 0.030679 seconds and 4 git commands to generate.