~lttng/lttng-ust/packaging-daily

« back to all changes in this revision

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

  • Committer: Michael Jeanson
  • Date: 2015-11-30 21:22:00 UTC
  • Revision ID: mjeanson@ubuntu.com-20151130212200-h9jmseqhstq8hl59
Sync with upstream debian packaging

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