diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-24 16:15:21 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-07 20:16:52 -0700 |
| commit | 9df4e874b2785aec4aecce2f767543ee9f638b4f (patch) | |
| tree | c189d613432317368646b48246bb82bd9f401ef6 /altoslib/Makefile.am | |
| parent | 09e0c304b420a12fa1616005db946523c6e5bef1 (diff) | |
altosui/altoslib: Move more flashing code from altosui to altoslib
Required a bit of refactoring to eliminate swing types from the
flashing code, but nothing major.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index db0236a1..18b028d6 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -25,6 +25,8 @@ altoslib_JAVA = \ AltosEepromRecord.java \ AltosEepromTeleScience.java \ AltosFile.java \ + AltosFlash.java \ + AltosFlashListener.java \ AltosFlightReader.java \ AltosFrequency.java \ AltosGPS.java \ |
