src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
ac65e355
MD
3ACLOCAL_AMFLAGS = -I m4
4
578e048b
MJ
5SUBDIRS = \
6 include \
7 src \
8 doc \
312c056a 9 tests
eea91b68 10
0235b0db
MJ
11dist_doc_DATA = \
12 ChangeLog \
13 CONTRIBUTING.adoc \
14 LICENSE \
15 README.adoc
0bcabcbd
MD
16
17dist_noinst_DATA = CodingStyle
89e18e1e 18
0235b0db 19EXTRA_DIST = \
bdfcc4b6
PP
20 LICENSES/BSD-2-Clause.txt \
21 LICENSES/BSD-4-Clause.txt \
22 LICENSES/BSL-1.0.txt \
23 LICENSES/CC-BY-SA-4.0.txt \
09908061
PP
24 LICENSES/FSFAP.txt \
25 LICENSES/FSFULLR.txt \
bdfcc4b6 26 LICENSES/GPL-2.0-only.txt \
09908061 27 LICENSES/GPL-2.0-or-later.txt \
bdfcc4b6
PP
28 LICENSES/GPL-3.0-or-later.txt \
29 LICENSES/LGPL-2.1-only.txt \
09908061 30 LICENSES/LicenseRef-Autoconf-exception-macro.txt \
bdfcc4b6 31 LICENSES/MIT.txt \
3d24796c 32 LICENSES/PSF-2.0.txt \
0235b0db 33 std-ext-lib.txt \
ac4d5cf0 34 tools/format-cpp.sh \
163cd4b1 35 tools/lint-py.sh \
86a9f7d3 36 tools/shellcheck.sh \
0235b0db 37 version
This page took 0.081401 seconds and 4 git commands to generate.