Fix: Wrong CLASSPATH when building liblttng-ust-java oot
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 25 Sep 2014 16:07:32 +0000 (12:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Sep 2014 16:24:42 +0000 (12:24 -0400)
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java/Makefile.am

index 203a9ffc43335ca827dbe53c444c4305ad1b54f2..fee9b7d28b79b2f2567e91c57124b7c3ac9d65b1 100644 (file)
@@ -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
This page took 0.024349 seconds and 4 git commands to generate.