configure: standardize automake conditional names
[lttng-ust.git] / liblttng-ust-java-agent / java / Makefile.am
index 0f74d18c8e17c82711b04baad0f10d3fe000bcd9..96d575aa52e1159b830aa475777c643d8a48f9a9 100644 (file)
@@ -2,10 +2,10 @@
 
 SUBDIRS = lttng-ust-agent-common lttng-ust-agent-all
 
-if BUILD_JAVA_AGENT_WITH_JUL
+if ENABLE_JAVA_AGENT_WITH_JUL
 SUBDIRS += lttng-ust-agent-jul
 endif
 
-if BUILD_JAVA_AGENT_WITH_LOG4J
+if ENABLE_JAVA_AGENT_WITH_LOG4J
 SUBDIRS += lttng-ust-agent-log4j
 endif
This page took 0.023441 seconds and 4 git commands to generate.