summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2013-01-16 10:31:28 -0300
committerDenis Kenzior <denkenz@gmail.com>2013-01-16 13:41:08 -0600
commit0973479c294386dc33b981b194f7883237196bd0 (patch)
tree08a44001282968a85a691ec0c1819eec63f5b9d3 /Makefile.am
parentcaad5322f6117ab53bacc5d1999b055f7839beab (diff)
downloadofono-0973479c294386dc33b981b194f7883237196bd0.tar.bz2
bluetooth: Initial files for BlueZ 5
This patch adds the file for Bluetooth(BlueZ 5) oFono plugin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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