summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-16 16:37:40 -0700
committerKeith Packard <keithp@keithp.com>2011-07-16 20:47:32 -0700
commit225073fd822f9861a83d65386c29fda9b37bf273 (patch)
tree038023b19c35004f1a11579642b3f875394cf394 /altosui/Makefile.am
parentcbd14ba103ee5e3c5eec18e3a4ff13c320b98634 (diff)
altosui: Add map preloading GUI
Provide a way to manually enter latitude and longitude, preview the map area while downloading a 9x9 grid of map tiles to be used when monitoring flights without network access. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 0a3ed0b1..18862d98 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -88,6 +88,7 @@ altosui_JAVA = \
AltosSerialInUseException.java \
AltosSerialMonitor.java \
AltosSiteMap.java \
+ AltosSiteMapPreload.java \
AltosSiteMapCache.java \
AltosSiteMapTile.java \
AltosState.java \