diff options
author | Keith Packard <keithp@keithp.com> | 2010-08-30 22:24:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-08-30 22:25:08 -0700 |
commit | 775acb89660cdee2f3c54c38297baefe39f2414c (patch) | |
tree | 9c6e398fcab5231e1cc0b0c6841e1ccb4766047d | |
parent | bd2b9d958c2b7f846031b076ed51c4fbaaf2d68f (diff) |
altosui: missed AltosReader.class in the Makefile
This caused clean builds to fail to make this file
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ao-tools/altosui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index 5a8d7454..bf92b5d6 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -26,6 +26,7 @@ CLASSFILES=\ AltosLogfileChooser.class \ AltosParse.class \ AltosPreferences.class \ + AltosReader.class \ AltosRecord.class \ AltosSerialMonitor.class \ AltosSerial.class \ |