summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-05-27 15:30:29 -0700
committerKeith Packard <keithp@keithp.com>2015-05-27 15:30:29 -0700
commit519d477cb752d9cdba78a4daa32b1f547bf889b4 (patch)
treec426d749099be155082b1c7520097393094c1231 /altoslib/Makefile.am
parent103a50db50be55c2293468d273dd94472dd89d94 (diff)
altoslib: Add AltosLaunchSite bits
This asynchronously fetches the list of available launch sites from the standard location and notifies the caller when finished. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index 481c974f..de13c1ec 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -151,6 +151,9 @@ altoslib_JAVA = \
AltosRectangle.java \
AltosFlightDisplay.java \
AltosFontListener.java \
+ AltosLaunchSite.java \
+ AltosLaunchSiteListener.java \
+ AltosLaunchSites.java \
AltosVersion.java
JAR=altoslib_$(ALTOSLIB_VERSION).jar