diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-10 00:54:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-10 00:54:32 -0800 |
commit | 6545a72012e94a50d185e1c4ecff3c3769d60acd (patch) | |
tree | f9507e1bb1837887bf6c8db081e2be2d8b580e52 | |
parent | 8959c059ec67f5334e31abbe3f831dd571a0b464 (diff) |
java: Missed libaltos java compile flags from previous patch
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | libaltos/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libaltos/Makefile.am b/libaltos/Makefile.am index 41549558..831432fc 100644 --- a/libaltos/Makefile.am +++ b/libaltos/Makefile.am @@ -1,6 +1,6 @@ JAVAC=javac AM_CFLAGS=-DLINUX -DPOSIX_TTY -I$(JVM_INCLUDE) -AM_JAVACFLAGS=-encoding UTF-8 +AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6 altoslibdir=$(libdir)/altos |