From 3e9a836afdd5d1b0581afd2395deff55bdf7a758 Mon Sep 17 00:00:00 2001 From: Frédéric Danis Date: Tue, 29 Jan 2013 11:42:39 +0100 Subject: bluetooth: Rename HFP AG plugin As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based HFP AG plugin for some time, we need to separate HFP AG plugin which is based on BlueZ 4 from the one based on BlueZ 5. The hfp_ag.c plugin is renamed to hfp_ag_bluez4. This will make it easy to add an HFP AG plugin for BlueZ 5. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f24cac7c..ee6d24c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -421,8 +421,8 @@ builtin_sources += plugins/sap.c plugins/bluez4.h builtin_modules += hfp_bluez4 builtin_sources += plugins/hfp_hf_bluez4.c plugins/bluez4.h -builtin_modules += hfp_ag -builtin_sources += plugins/hfp_ag.c plugins/bluez4.h +builtin_modules += hfp_ag_bluez4 +builtin_sources += plugins/hfp_ag_bluez4.c plugins/bluez4.h builtin_modules += dun_gw builtin_sources += plugins/dun_gw.c plugins/bluez4.h -- cgit v1.2.3