From 8d783de13b6c6f4302fd0fed841b6599af4f1536 Mon Sep 17 00:00:00 2001 From: Iheanyi Ekechukwu Date: Mon, 7 Jul 2014 14:51:27 -0500 Subject: [PATCH] Change classes directory in Makefileto fix compilation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d626790..323c39d 100644 --- a/Makefile +++ b/Makefile @@ -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) $< $(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 $(SNAPPY_SRC): $(SNAPPY_UNPACKED)