diff options
| author | Keith Packard <keithp@keithp.com> | 2010-04-22 16:25:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-04-22 16:25:38 -0700 |
| commit | 97f4874d19ec05c81a04a3ecd06abffcf7fbfafc (patch) | |
| tree | 1b3247f5675685813d7f07a6101395e1a5659653 /ao-tools/altosui/Makefile | |
| parent | e7dc7fab787df63a4de72c8450e94092eb04d7db (diff) | |
More ALtosUI changes
Diffstat (limited to 'ao-tools/altosui/Makefile')
| -rw-r--r-- | ao-tools/altosui/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index fbe0a5eb..b9f025da 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -3,9 +3,12 @@ CLASSPATH=..:/usr/share/java/* CLASSFILES=\ AltosConvert.class \ + AltosFile.class \ AltosGPS.class \ AltosGreatCircle.class \ + AltosLog.class \ AltosParse.class \ + AltosPreferences.class \ AltosSerialMonitor.class \ AltosSerial.class \ AltosState.class \ |
