~lttng/lttng-ust/packaging-daily

« back to all changes in this revision

Viewing changes to patches/Ubuntu1204-javah-doesnt-generate-class-files.patch

  • Committer: Simon Marchi
  • Date: 2015-10-18 21:42:53 UTC
  • Revision ID: simon.marchi@polymtl.ca-20151018214253-6z4rg37ss11h1i3z
Update packaging, sync with improvements in stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/liblttng-ust-java/Makefile.am
 
2
+++ b/liblttng-ust-java/Makefile.am
 
3
@@ -20,6 +20,7 @@
 
4
 org_lttng_ust_LTTngUst.h: jni-header.stamp
 
5
 
 
6
 jni-header.stamp: $(dist_noinst_JAVA)
 
7
+       $(JAVAC) -classpath $(srcdir) $(JAVACFLAGS) $(pkgpath)/LTTngUst.java
 
8
        $(JAVAH) -classpath $(srcdir) $(JAVAHFLAGS) org.lttng.ust.LTTngUst && \
 
9
        echo "JNI header generated" > jni-header.stamp
 
10