From f9685dc555cc79fe3a52caf9da39df37da750cd4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 14 Feb 2013 17:07:01 +0200 Subject: More work on the Impress Remote Control Bluetooth code for OS X Mostly the work of Thorsten, from December, adapted to compile against the current remote control code, and with one or two crucial things added. Plus lots of SAL_INFO calls added; once it works well many of them can be dropped. Does not work properly yet, do not cherry-pick just this to 4.0. Change-Id: I53361b49a2b6938c768be1ea0fc17eb5e46b6aa4 --- sd/Library_sd.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/Library_sd.mk') diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 679c83670fda..49678453b132 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -543,6 +543,7 @@ else $(eval $(call gb_Library_add_objcxxobjects,sd,\ sd/source/ui/remotecontrol/BluetoothServer \ + sd/source/ui/remotecontrol/OSXBluetooth \ )) $(eval $(call gb_Library_add_libs,sd,\ -- cgit