X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2FMakefile.am;h=b5166f9887860878b42f34ef183ee64900d2a193;hb=86a4e97112c40b1ec823c60de8138d6bb55262fe;hp=30b0e9a0f23897d6588bf37d8059c84c9004958a;hpb=38fa37816974b5ed05b54c79a2c5fd00c891c829;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 30b0e9a0..b5166f98 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,6 +4,10 @@ if CXX_WORKS SUBDIRS += hello.cxx endif +if BUILD_JNI_INTERFACE +SUBDIRS += java-jul +endif + SCRIPT_LIST = test_loop run.sh unit_tests dist_noinst_SCRIPTS = $(SCRIPT_LIST)