Commit 233ee00c authored by Filippo Carone's avatar Filippo Carone

Fix makefile to generate header files from java classes

parent 6c59d976
......@@ -77,7 +77,7 @@ VlcClient: $(OBJECTS)
VLCExample: $(OBJECTS)
$(JAVAC) VLCExample.java
.java.class:
.class:
$(JAVAC) $?
$(JCH) org/videolan/jvlc/$$(basename $*) -o includes/$$(basename $*).h
......
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