[lttng-dev] [PATCH lttng-ust] Fix: Wrong CLASSPATH when building liblttng-ust-java oot

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Sep 25 12:28:31 EDT 2014


merged, thanks!

Mathieu

----- Original Message -----
> From: "Christian Babeux" <christian.babeux at efficios.com>
> To: lttng-dev at lists.lttng.org
> Cc: "mathieu desnoyers" <mathieu.desnoyers at efficios.com>, "Christian Babeux" <christian.babeux at efficios.com>
> Sent: Thursday, September 25, 2014 12:07:32 PM
> Subject: [PATCH lttng-ust] Fix: Wrong CLASSPATH when building liblttng-ust-java oot
> 
> Signed-off-by: Christian Babeux <christian.babeux at efficios.com>
> ---
>  liblttng-ust-java/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/liblttng-ust-java/Makefile.am b/liblttng-ust-java/Makefile.am
> index 203a9ff..fee9b7d 100644
> --- a/liblttng-ust-java/Makefile.am
> +++ b/liblttng-ust-java/Makefile.am
> @@ -20,7 +20,7 @@ $(jarfile): classnoinst.stamp
>  org_lttng_ust_LTTngUst.h: jni-header.stamp
>  
>  jni-header.stamp: $(dist_noinst_JAVA)
> -	$(JAVAH) -cp . $(JAVAHFLAGS) org.lttng.ust.LTTngUst && \
> +	$(JAVAH) -cp $(srcdir) $(JAVAHFLAGS) org.lttng.ust.LTTngUst && \
>  	echo "JNI header generated" > jni-header.stamp
>  
>  all-local: org_lttng_ust_LTTngUst.h
> --
> 2.1.0
> 
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list