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