Move liblttng-ust-java* to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
index 0b33906e751615a085bfa1a8e61b90688a3eed75..ec0b4538af45db5843613c0bd56ac7b88a7f86be 100644 (file)
@@ -10,6 +10,14 @@ if ENABLE_UST_DL
 SUBDIRS += lttng-ust-dl
 endif
 
+if ENABLE_JNI_INTERFACE
+SUBDIRS += lttng-ust-java
+endif
+
+if ENABLE_JAVA_AGENT
+SUBDIRS += lttng-ust-java-agent
+endif
+
 if ENABLE_PYTHON_AGENT
 SUBDIRS += lttng-ust-python-agent
 endif
This page took 0.02291 seconds and 4 git commands to generate.