src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: MIT
2
3ACLOCAL_AMFLAGS = -I m4
4
5SUBDIRS = \
6 include \
7 src \
8 doc \
9 tests
10
11dist_doc_DATA = \
12 ChangeLog \
13 CONTRIBUTING.adoc \
14 LICENSE \
15 README.adoc
16
17dist_noinst_DATA = CodingStyle
18
19EXTRA_DIST = \
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 \
24 LICENSES/FSFAP.txt \
25 LICENSES/FSFULLR.txt \
26 LICENSES/GPL-2.0-only.txt \
27 LICENSES/GPL-2.0-or-later.txt \
28 LICENSES/GPL-3.0-or-later.txt \
29 LICENSES/LGPL-2.1-only.txt \
30 LICENSES/LicenseRef-Autoconf-exception-macro.txt \
31 LICENSES/MIT.txt \
32 LICENSES/PSF-2.0.txt \
33 std-ext-lib.txt \
34 tools/format-cpp.sh \
35 tools/lint-py.sh \
36 tools/shellcheck.sh \
37 version
This page took 0.022976 seconds and 5 git commands to generate.