summaryrefslogtreecommitdiff
path: root/altosui
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-10 00:51:01 -0800
committerKeith Packard <keithp@keithp.com>2013-12-10 00:51:01 -0800
commit8959c059ec67f5334e31abbe3f831dd571a0b464 (patch)
tree49226a397cd679cc84f42daf035d5c03c33838d8 /altosui
parenta4596c134aa5e7867f1ca1d86d36afb2af9b8999 (diff)
java: Add -target 1.6 to all java compiles
This makes sure the results can run with the old JVM Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui')
-rw-r--r--altosui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index a2138d0d..f11c3bfa 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -1,6 +1,6 @@
JAVAROOT=classes
-AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation -source 6
+AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6
man_MANS=altosui.1