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