From d2869a264f99f0e8138fd3fa08f3121a69e75150 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 5 Nov 2011 10:18:25 -0400 Subject: [PATCH] Fix make dist: check if java lib should be built in toplevel makefile too Signed-off-by: Mathieu Desnoyers --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3391ddd8..d6fa3d51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,12 @@ SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \ liblttng-ust \ liblttng-ust-ctl \ liblttng-ust-fork \ - liblttng-ust-java \ tests +if BUILD_JNI_INTERFACE +SUBDIRS += liblttng-ust-java +endif + #temporarily disabled # liblttng-ust-malloc -- 2.34.1