From: Mathieu Desnoyers Date: Sat, 5 Nov 2011 14:18:25 +0000 (-0400) Subject: Fix make dist: check if java lib should be built in toplevel makefile too X-Git-Tag: v1.9.1~132 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=d2869a264f99f0e8138fd3fa08f3121a69e75150 Fix make dist: check if java lib should be built in toplevel makefile too Signed-off-by: Mathieu Desnoyers --- 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