summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-05-15 13:57:28 -0700
committerKeith Packard <keithp@keithp.com>2016-05-15 13:57:28 -0700
commit9287122edc0e2dec6b2542f4cc8cb9cf2900bb33 (patch)
tree2b412b35d57a35e3b2fd2485acd37256a0398bc2 /altoslib/Makefile.am
parent3c4278a29082a2af5911e22e59f8f52549f549e3 (diff)
altoslib: Add AltosIdleReader
This provides an AltosFlightReader interface for monitor idle mode, making that easier to provide in TeleGPS Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index edc443b0..d4554df3 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -64,6 +64,7 @@ altoslib_JAVA = \
AltosIdleFetch.java \
AltosIdleMonitor.java \
AltosIdleMonitorListener.java \
+ AltosIdleReader.java \
AltosIgnite.java \
AltosIMU.java \
AltosKML.java \