Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / lttng-ust-java-agent / java / Makefile.am
index 96d575aa52e1159b830aa475777c643d8a48f9a9..00fa7ce2c770d4a64d2b017de4105d36cee8fece 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = lttng-ust-agent-common lttng-ust-agent-all
@@ -9,3 +11,7 @@ endif
 if ENABLE_JAVA_AGENT_WITH_LOG4J
 SUBDIRS += lttng-ust-agent-log4j
 endif
+
+if ENABLE_JAVA_AGENT_WITH_LOG4J2
+SUBDIRS += lttng-ust-agent-log4j2
+endif
This page took 0.023911 seconds and 4 git commands to generate.