From 63f92d60b50dde964a705d4ffa531d2ad928507c Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Wed, 20 Mar 2013 19:26:30 -0300 Subject: [PATCH] dundee: Rename dundee BlueZ 4 support 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 | 2 +- dundee/{bluetooth.c => bluez4.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dundee/{bluetooth.c => bluez4.c} (100%) diff --git a/Makefile.am b/Makefile.am index ebe20bdb..48e6261d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/dundee/bluetooth.c b/dundee/bluez4.c similarity index 100% rename from dundee/bluetooth.c rename to dundee/bluez4.c