Add missing .class in ust java makefile
[lttng-ust.git] / liblttng-ust-java / Makefile.am
index d80343a62f6fa83ac25e08c6264bed1cee40a10a..b94e72ee02b67b08e0f7b560399a0fc2f429d795 100644 (file)
@@ -16,6 +16,6 @@ LTTNG_UST.class: LTTNG_UST.java
        javac -d "$(builddir)" "$(srcdir)/LTTNG_UST.java"
 
 LTTNG_UST.h: LTTNG_UST.class
-       javah -jni LTTNG_UST
+       javah -jni LTTNG_UST.class
 
 endif
This page took 0.023775 seconds and 4 git commands to generate.