diff options
| author | Keith Packard <keithp@keithp.com> | 2015-08-20 10:50:30 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-08-20 10:52:29 -0700 |
| commit | 73dd2e2c73c42f6ce949b4aa7992f63610962c37 (patch) | |
| tree | e299383112cb9bf9c03d3c856f996dd4a09accb0 /altoslib/Makefile.am | |
| parent | eaab49ab1859ebe236a201f93b5352e67aa7ed2b (diff) | |
altoslib: Add companion telemetry data support
This got lost in the great telemetry rewrite
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index a6b178fa..d1f8f265 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -96,6 +96,7 @@ altoslib_JAVA = \ AltosStateUpdate.java \ AltosTelemetry.java \ AltosTelemetryConfiguration.java \ + AltosTelemetryCompanion.java \ AltosTelemetryFile.java \ AltosTelemetryIterable.java \ AltosTelemetryLegacy.java \ |
