diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-02 22:13:38 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-02 22:13:38 -0800 |
| commit | e2b746e1a69eb672c02b63bb549bb2f8ece5b8e9 (patch) | |
| tree | 3938d8b483538ef6649914d8697a47ad9de6e1b9 /altosui/altoslib/Makefile.am | |
| parent | bc5e669afc560540c1f1f58e780c6528ccfbc669 (diff) | |
altosui: Move AltosState.java to altoslib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/altoslib/Makefile.am')
| -rw-r--r-- | altosui/altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/altoslib/Makefile.am b/altosui/altoslib/Makefile.am index e0647bd4..40ec3af8 100644 --- a/altosui/altoslib/Makefile.am +++ b/altosui/altoslib/Makefile.am @@ -30,6 +30,7 @@ AltosLib_JAVA = \ $(SRC)/AltosRecordCompanion.java \ $(SRC)/AltosRecordIterable.java \ $(SRC)/AltosRecord.java \ + $(SRC)/AltosState.java \ $(SRC)/AltosTelemetry.java \ $(SRC)/AltosTelemetryIterable.java \ $(SRC)/AltosTelemetryMap.java \ |
