From 26b3deaba4e029a6aaea49c6652f7156ec17bbc0 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 31 Mar 2014 19:22:18 +0200 Subject: update makefile --- flow-native/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flow-native/Makefile') diff --git a/flow-native/Makefile b/flow-native/Makefile index 0a64190..29080a3 100644 --- a/flow-native/Makefile +++ b/flow-native/Makefile @@ -14,8 +14,9 @@ SONAME=$(LIB).$(MAJOR) # Actual file name of library TARGET=$(SONAME).$(MINOR).$(MICRO) -# Linux-specific linker flags +# Linux-specific flags LDFLAGS+=-shared -Wl,-soname,$(SONAME) +INCLUDES+=$(JAVA_HOME)/include/ $(JAVA_HOME)/include/linux/ # All final products that should be installed PRODUCTS=$(TARGET) $(SONAME) $(LIB) -- cgit v1.2.3