Commit 06e7c958 authored by Philippe Morin's avatar Philippe Morin

Fix missing output directory in JNI header generation in win32 part.

parent 60672abc
...@@ -55,7 +55,7 @@ export LIBJINCLUDES ...@@ -55,7 +55,7 @@ export LIBJINCLUDES
if HAVE_WIN32 if HAVE_WIN32
%.class: %.java %.class: %.java
$(JAVAC) $? $(JAVAC) $?
$(JCH) org.videolan.jvlc.$(*F) $(JCH) -o includes/$(*F).h org.videolan.jvlc.$(*F)
else else
%.class: %.java %.class: %.java
$(JAVAC) $? $(JAVAC) $?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment