X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Faltosui%2FMakefile;h=b9f025dab5359b4ecf00a3b203a9b9567719e66c;hb=7191d74e680a63728f5eb139069a674fef969e6c;hp=fcb259ebe9d0648cc5a2a598fa7fc9bf7ca17e64;hpb=cc600a0389720bc7e435dbda8bec080ef19e0c58;p=fw%2Faltos diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index fcb259eb..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 \ @@ -13,6 +16,7 @@ CLASSFILES=\ AltosUI.class \ AltosDevice.class \ AltosDeviceLinux.class \ + AltosDeviceDialog.class JAVAFLAGS=-Xlint:unchecked