Add a Log4j 2.x Java agent
[lttng-ust.git] / src / lib / lttng-ust-java-agent / java / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 SUBDIRS = lttng-ust-agent-common lttng-ust-agent-all
4
5 if ENABLE_JAVA_AGENT_WITH_JUL
6 SUBDIRS += lttng-ust-agent-jul
7 endif
8
9 if ENABLE_JAVA_AGENT_WITH_LOG4J
10 SUBDIRS += lttng-ust-agent-log4j
11 endif
12
13 if ENABLE_JAVA_AGENT_WITH_LOG4J2
14 SUBDIRS += lttng-ust-agent-log4j2
15 endif
This page took 0.030113 seconds and 4 git commands to generate.