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 be9f980..1ce66a6 100644
--- a/flow-native/common.mk
+++ b/flow-native/common.mk
@@ -8,7 +8,7 @@ NAME=flow3
# Library versions
#
-# Note that MAJOR should always be set tozero
+# Note that MAJOR should always be set to zero
# since java does not allow loading semantically
# versioned libraries, include the major version
# in the name instead.
@@ -18,7 +18,7 @@ MINOR=0# backwards-compatible changes
MICRO=0# bugfixes
-# Directory where the library will be installed
+# Directory where the library will be installed (without /lib)
#
PREFIX?=/usr
@@ -41,7 +41,7 @@ JAVA_HOME?=/usr/lib/jvm/java-7-oracle
# Include directories
#
-INCLUDES=./include/ $(JAVA_HOME)/include/ $(JAVA_HOME)/include/linux/
+INCLUDES=./include
# Objects that will be compiled from respective .c files