Refactor Java agent to let applications manage the log handlers
[lttng-ust.git] / liblttng-ust-java-agent / jni / Makefile.am
1 SUBDIRS=
2 if BUILD_JAVA_AGENT_WITH_JUL
3 SUBDIRS += jul
4 endif
5
6 if BUILD_JAVA_AGENT_WITH_LOG4J
7 SUBDIRS += log4j
8 endif
This page took 0.031963 seconds and 4 git commands to generate.