diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-05 21:41:44 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-07-05 21:41:44 -0700 |
| commit | 4132ac5896114e5f3d8fb3f219422e8933078cf4 (patch) | |
| tree | b94126adde7a026467eee3bc91031d1ecbcf03c9 /altosui/Makefile.am | |
| parent | ef3ce687d73c1274ce5368432f4d449b063ce5c0 (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.am | 3 |
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 \ |
