summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-05 21:41:44 -0700
committerKeith Packard <keithp@keithp.com>2011-07-05 21:41:44 -0700
commit4132ac5896114e5f3d8fb3f219422e8933078cf4 (patch)
treeb94126adde7a026467eee3bc91031d1ecbcf03c9 /altosui/Makefile.am
parentef3ce687d73c1274ce5368432f4d449b063ce5c0 (diff)
altosui: Parse remaining standard telemetry packets
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 6a4d9d17..6e64acab 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -75,6 +75,9 @@ altosui_JAVA = \
AltosTelemetryRecordGeneral.java \
AltosTelemetryRecordRaw.java \
AltosTelemetryRecordSensor.java \
+ AltosTelemetryRecordConfiguration.java \
+ AltosTelemetryRecordLocation.java \
+ AltosTelemetryRecordSatellite.java \
AltosTelemetryRecordLegacy.java \
AltosTelemetryMap.java \
AltosReplayReader.java \