Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-java-agent / jni / Makefile.am
index 711fd4759662ae91bdcc78ebe56b53b727c43366..f3e22891f0743e1d5424439243420059ec7fa1d6 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = common
@@ -6,6 +8,6 @@ if ENABLE_JAVA_AGENT_WITH_JUL
 SUBDIRS += jul
 endif
 
-if ENABLE_JAVA_AGENT_WITH_LOG4J
+if ENABLE_JAVA_AGENT_WITH_LOG4J_COMMON
 SUBDIRS += log4j
 endif
This page took 0.022817 seconds and 4 git commands to generate.