Clean-up: consumer.hpp: coding style indentation fix
[lttng-tools.git] / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3ACLOCAL_AMFLAGS = -I m4
4
5# `doc/examples` is placed last since it requires artifact from `src` and
6# `src` can require artifact from `doc` (--enable-embedded-help).
7SUBDIRS = include doc src tests doc/examples
8
9if BUILD_EXTRAS
10SUBDIRS += extras
11endif
12
13dist_doc_DATA = LICENSE \
14 ChangeLog \
15 README.adoc
16
17dist_noinst_DATA = CodingStyle.md
18
19EXTRA_DIST = extras/lttng-bash_completion \
20 extras/zsh-completion \
21 LICENSES/BSD-2-Clause \
22 LICENSES/BSD-3-Clause \
23 LICENSES/GPL-2.0 \
24 LICENSES/LGPL-2.1 \
25 LICENSES/MIT \
26 LICENSES/BSL-1.0 \
27 version
This page took 0.022243 seconds and 4 git commands to generate.