Split Java agent library in 3 separate jars
[lttng-ust.git] / liblttng-ust-java-agent / java / Makefile.am
1 SUBDIRS = lttng-ust-agent-common
2
3 if BUILD_JAVA_AGENT_WITH_JUL
4 SUBDIRS += lttng-ust-agent-jul
5 endif
6
7 if BUILD_JAVA_AGENT_WITH_LOG4J
8 SUBDIRS += lttng-ust-agent-log4j
9 endif
This page took 0.030745 seconds and 5 git commands to generate.