From 318b81d59e6f34a92a7a78c0896aa331bc14d0a1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 17 Jul 2019 11:40:06 -0700 Subject: Use discovered java path for compiler and jni include files Instead of using the discovered java bits just for jni.h, also use javac from that directory. Add JAVA_VERSION param to set language version for newer compilers. Signed-off-by: Keith Packard --- micropeak/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'micropeak') diff --git a/micropeak/Makefile.am b/micropeak/Makefile.am index 7e9b490d..23ec077e 100644 --- a/micropeak/Makefile.am +++ b/micropeak/Makefile.am @@ -1,5 +1,5 @@ JAVAROOT=classes -AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -Xlint:unchecked -source 6 +AM_JAVACFLAGS=$(JAVAC_VERSION_FLAGS) -encoding UTF-8 -Xlint:deprecation -Xlint:unchecked man_MANS=micropeak.1 -- cgit v1.2.3