Change classes directory in Makefileto fix compilation.

This commit is contained in:
Iheanyi Ekechukwu 2014-07-07 14:51:27 -05:00
parent 6a582ce60a
commit 8d783de13b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class : $(SRC)/org/xerial/s
$(JAVAC) -source 1.6 -target 1.6 -d $(TARGET)/jni-classes -sourcepath $(SRC) $< $(JAVAC) -source 1.6 -target 1.6 -d $(TARGET)/jni-classes -sourcepath $(SRC) $<
$(SRC)/org/xerial/snappy/SnappyNative.h: $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class $(SRC)/org/xerial/snappy/SnappyNative.h: $(TARGET)/jni-classes/org/xerial/snappy/SnappyNative.class
$(JAVAH) -force -classpath $(TARGET)/classes -o $@ org.xerial.snappy.SnappyNative $(JAVAH) -force -classpath $(TARGET)/jni-classes -o $@ org.xerial.snappy.SnappyNative
ifndef USE_GIT ifndef USE_GIT
$(SNAPPY_SRC): $(SNAPPY_UNPACKED) $(SNAPPY_SRC): $(SNAPPY_UNPACKED)