From 0973479c294386dc33b981b194f7883237196bd0 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 16 Jan 2013 10:31:28 -0300 Subject: bluetooth: Initial files for BlueZ 5 This patch adds the file for Bluetooth(BlueZ 5) oFono plugin. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 63e6fdb6..3c4b588b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -433,6 +433,9 @@ builtin_sources += plugins/connman.c builtin_sources += $(btio_sources) builtin_cflags += @BLUEZ_CFLAGS@ builtin_libadd += @BLUEZ_LIBS@ +else +builtin_modules += bluez5 +builtin_sources += plugins/bluez5.c endif endif endif -- cgit v1.2.3