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