diff options
author | Keith Packard <keithp@keithp.com> | 2017-05-10 14:47:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-05-13 15:29:12 -0700 |
commit | 5ad767dd6b6c8d99bbe4b688e8cdbc230e01a7dc (patch) | |
tree | d8d231fae8034458415da92a0a8243e1712bcd20 /altoslib/Makefile.am | |
parent | 0080e61e5f2e20ce45041e29dc039d042aa7f76e (diff) |
altoslib: Another bit of altoslib for the old eeprom stuff
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index ad3fc682..b93d1f88 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -49,7 +49,6 @@ altoslib_JAVA = \ AltosEepromDownload.java \ AltosEepromMonitor.java \ AltosEepromFile.java \ - AltosEepromIterable.java \ AltosEepromList.java \ AltosEepromLog.java \ AltosFile.java \ |