tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / java-log4j / Makefile.am
index 42daab81b85d9d51c908a8c97de759e5950ab6d1..be50eaf98f224e6070956ae9eb82ce6ef58f3ebe 100644 (file)
@@ -1,11 +1,13 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 JAVAROOT = .
 
 noinst_SCRIPTS = test_java_log4j JTestLTTng.java
 EXTRA_DIST = test_java_log4j JTestLTTng.java
 
-if BUILD_JAVA_LOG4J_AGENT
+if TEST_JAVA_LOG4J_AGENT
 dist_noinst_JAVA = JTestLTTng.java
-endif # BUILD_JAVA_LOG4J_AGENT
+endif # TEST_JAVA_LOG4J_AGENT
 
 all-local: static_file
 
This page took 0.031598 seconds and 5 git commands to generate.