dundee: Rename dundee BlueZ 4 support
authorPaulo Borges <paulo.borges@openbossa.org>
Wed, 20 Mar 2013 22:26:30 +0000 (19:26 -0300)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Sun, 24 Mar 2013 12:18:54 +0000 (13:18 +0100)
The BlueZ 4 support file for dundee has now been renamed to
bluez4.c to make it easier to add a BlueZ 5 support file.

Makefile.am
dundee/bluez4.c [moved from dundee/bluetooth.c with 100% similarity]

index ebe20bd..48e6261 100644 (file)
@@ -766,7 +766,7 @@ 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/bluetooth.c
+                       dundee/manager.c dundee/device.c dundee/bluez4.c
 
 dundee_dundee_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ -ldl
 
similarity index 100%
rename from dundee/bluetooth.c
rename to dundee/bluez4.c