diff options
| author | Keith Packard <keithp@keithp.com> | 2013-11-12 14:37:57 +0900 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-11-12 14:37:57 +0900 |
| commit | 0093d5b368669e0c324f8d9dfcd2f004de85ee5c (patch) | |
| tree | bf242fcab87507ad66d9abebe95315bcb9362504 /altosui/Makefile.am | |
| parent | 45db3076b257adcf2c9f69ed0927f09d94af7a50 (diff) | |
altosui, altoslib: Move eeprom download code to altoslib
This should make adding eeprom downloading to altosdroid easier
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index b51f8112..e103d289 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -34,8 +34,6 @@ altosui_JAVA = \ AltosDeviceUIDialog.java \ AltosDisplayThread.java \ AltosEepromDelete.java \ - AltosEepromDownload.java \ - AltosEepromList.java \ AltosEepromManage.java \ AltosEepromMonitorUI.java \ AltosEepromSelect.java \ |
