diff options
| author | Keith Packard <keithp@keithp.com> | 2011-04-14 10:12:29 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-04-14 10:12:29 -0700 |
| commit | 9cdef76c1275b343099d0d01af82d7eadd36a410 (patch) | |
| tree | a5500996924c35b365013bbae61128ee1328c64b /altosui/Makefile.am | |
| parent | 5b3f18b38d80aa041b971204bf7a94278bd9584a (diff) | |
altosui: Create abstract AltosDevice class
This will wrap either USB or BT devices. The USB device constants have
been moved to Altos.java
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 37a40eaa..f2de4a3a 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -26,6 +26,7 @@ altosui_JAVA = \ AltosDescent.java \ AltosDeviceDialog.java \ AltosDevice.java \ + AltosUSBDevice.java \ AltosBTDevice.java \ AltosBTDeviceIterator.java \ AltosBTManage.java \ |
