X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=9fb955658cae7f9a03f49b4228a4b311ae235d3d;hb=d7fee4ee5a00c721bcce51055e28777b8a95d863;hp=b9a1115c136d16b3d795b88629812b08b1ac283b;hpb=28ed962891cb7d32463aa9e8ced9d37a97eaea22;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index b9a1115c..9fb95565 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,11 @@ SUBDIRS += liblttng-ust-dl endif if BUILD_JNI_INTERFACE -SUBDIRS += liblttng-ust-java liblttng-ust-jul +SUBDIRS += liblttng-ust-java +endif + +if BUILD_JAVA_AGENT +SUBDIRS += liblttng-ust-java-agent endif SUBDIRS += tests doc