diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-10-31 12:22:20 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-14 11:35:54 +0100 |
commit | 98830dd9f2a4a9d121706262487b0d36e218dcef (patch) | |
tree | c127701d309345b0f0190affbd63344516d01f0c /Makefile.am | |
parent | c7c80af5541f6489c3118e6e4c1ce60aa32ad5d5 (diff) | |
download | neard-98830dd9f2a4a9d121706262487b0d36e218dcef.tar.gz neard-98830dd9f2a4a9d121706262487b0d36e218dcef.tar.bz2 neard-98830dd9f2a4a9d121706262487b0d36e218dcef.zip |
bluetooth: Use bluetooth implementation only for BlueZ 4
BlueZ 5 will break DBus API and will be able to act as Handover Agent.
If handover agent is not registered while initializing/starting legacy
bluetooth implementation delay setting up watchers to give handover
agent time to register. This reduces D-Bus calls in case when BlueZ
registers itself as handover agent.
If handover agent is registered legacy bluetooth is stopped. When agent
unregisters or vanishes legacy bluetooth is reinitialized.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e8d0691..f1a228f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,7 @@ if TOOLS noinst_PROGRAMS = tools/snep-send tools_snep_send_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \ - src/bluetooth.c src/ndef.c tools/snep-send.c + src/bluetooth.c src/ndef.c tools/snep-send.c src/agent.c tools_snep_send_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ endif |