aboutsummaryrefslogtreecommitdiff
path: root/flow-native/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/common.mk')
-rw-r--r--flow-native/common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/flow-native/common.mk b/flow-native/common.mk
index 1ce66a6..1db2e22 100644
--- a/flow-native/common.mk
+++ b/flow-native/common.mk
@@ -20,7 +20,7 @@ MICRO=0# bugfixes
# Directory where the library will be installed (without /lib)
#
-PREFIX?=/usr
+PREFIX?=/usr/lib/jni
# Compiler and linker settings
@@ -34,9 +34,9 @@ CFLAGS= -O2 -fPIC -Wall
LDFLAGS=
-# JDK base directory
+# JNI include directory
#
-JAVA_HOME?=/usr/lib/jvm/java-7-oracle
+JNI_INCLUDE?=$(JAVA_HOME)/include
# Include directories