X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=b5166f9887860878b42f34ef183ee64900d2a193;hb=43e5396b3b2247a3f57a8a797239359df3ff083f;hp=30b0e9a0f23897d6588bf37d8059c84c9004958a;hpb=7aa76730706e7d053204a6df44d8cd6b05619476;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)