summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-25 20:55:11 -0700
committerKeith Packard <keithp@keithp.com>2014-05-25 20:56:48 -0700
commit0a6c76fc0525d6588a1d88127f0085f13a02f1af (patch)
treed7cf76748c86522708b0826237eb031f371e349d /altoslib/Makefile.am
parent4ac7797d3efb9cc2d9fae88519f55e40b1050224 (diff)
altosui/altosuilib/altoslib: Move more stuff out of autosui. Reduce site map memory
Prepare to share with TeleGPS application. This also has the changes to the site map tile which cache only a few images and regenerate the flight path on the fly, saving piles of memory Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index 67cc38ff..bff09704 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -1,4 +1,4 @@
-AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -source 6
+AM_JAVACFLAGS=-target 1.6 -encoding UTF-8 -Xlint:deprecation -Xlint:unchecked -source 6
JAVAROOT=bin
@@ -51,6 +51,7 @@ altoslib_JAVA = \
AltosFlash.java \
AltosFlashListener.java \
AltosFlightReader.java \
+ AltosFlightStats.java \
AltosFrequency.java \
AltosGPS.java \
AltosGPSSat.java \