Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / compile / api1 / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 SUBDIRS = \
6 ust-fields \
7 hello \
8 hello-many \
9 same_line_tracepoint \
10 test-app-ctx
11
12 if HAVE_CXX
13 SUBDIRS += hello.cxx
14 endif
15
This page took 0.029891 seconds and 4 git commands to generate.