Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-java-agent / java / Makefile.am
1 # SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4
5 SUBDIRS = lttng-ust-agent-common lttng-ust-agent-all
6
7 if ENABLE_JAVA_AGENT_WITH_JUL
8 SUBDIRS += lttng-ust-agent-jul
9 endif
10
11 if ENABLE_JAVA_AGENT_WITH_LOG4J
12 SUBDIRS += lttng-ust-agent-log4j
13 endif
14
15 if ENABLE_JAVA_AGENT_WITH_LOG4J2
16 SUBDIRS += lttng-ust-agent-log4j2
17 endif
This page took 0.030015 seconds and 4 git commands to generate.