summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-05-27 23:12:34 -0700
committerKeith Packard <keithp@keithp.com>2015-05-27 23:12:34 -0700
commit3b4e6da65158a434905dc652e46c69d2c38cea7f (patch)
treec9597692fb46faac5aca7546c7b882cc07303a65 /altoslib/Makefile.am
parentccd557c846eed37328d6799f36e61308bcbb678a (diff)
altoslib: Add map loading helper class
This adds the AltosMapLoader class, which iterates over a sequence of zoom levels and formats to get local copies of a desired launch site. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index de13c1ec..a6b178fa 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -154,6 +154,8 @@ altoslib_JAVA = \
AltosLaunchSite.java \
AltosLaunchSiteListener.java \
AltosLaunchSites.java \
+ AltosMapLoaderListener.java \
+ AltosMapLoader.java \
AltosVersion.java
JAR=altoslib_$(ALTOSLIB_VERSION).jar