From d26dab944c16eeb113f68e8cfd90071b353530e6 Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Wed, 20 Mar 2013 19:26:31 -0300 Subject: dundee: Start BlueZ 5 support This patch adds the BlueZ 5 support file for dundee. --- Makefile.am | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 48e6261d..35240986 100644 --- a/Makefile.am +++ b/Makefile.am @@ -759,14 +759,12 @@ endif endif if BLUETOOTH -if BLUEZ4 if DUNDEE sbin_PROGRAMS += dundee/dundee -dundee_dundee_SOURCES = $(gdbus_sources) $(gatchat_sources) $(btio_sources) \ - src/log.c src/dbus.c plugins/bluez4.c \ - dundee/dundee.h dundee/main.c dundee/dbus.c \ - dundee/manager.c dundee/device.c dundee/bluez4.c +dundee_common_sources = $(gdbus_sources) $(gatchat_sources) \ + src/log.c src/dbus.c dundee/dundee.h dundee/main.c \ + dundee/dbus.c dundee/manager.c dundee/device.c dundee_dundee_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ -ldl @@ -777,6 +775,13 @@ if SYSTEMD systemdunit_DATA += dundee/dundee.service endif endif + +if BLUEZ4 +dundee_dundee_SOURCES = $(dundee_common_sources) $(btio_sources) \ + plugins/bluez4.c dundee/bluez4.c +else +dundee_dundee_SOURCES = $(dundee_common_sources) plugins/bluez5.c \ + dundee/bluez5.c endif endif endif -- cgit v1.2.3