summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-04-08 10:13:55 -0700
committerKeith Packard <keithp@keithp.com>2011-04-08 10:13:55 -0700
commit8dd455204cf8712fa8c142b0c0517cec1bf5fd0f (patch)
treeb265bec35628bdcec11fe827dac3ed935a8d6e31 /altosui/Makefile.am
parentbf1c7df5301a1727e871a8447f835fe75bdce3fc (diff)
altosui: Add low-level Bluetooth APIs
Adds the JNI functions to query and connect to arbitrary bluetooth devices. Adds Java wrappers to construct a list of proximate bluetooth devices. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 01fe50c8..5b11d1b0 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -26,6 +26,7 @@ altosui_JAVA = \
AltosDescent.java \
AltosDeviceDialog.java \
AltosDevice.java \
+ AltosBTDevice.java \
AltosDisplayThread.java \
AltosEepromChunk.java \
AltosEepromDelete.java \