diff options
author | Frédéric Danis <frederic.danis@linux.intel.com> | 2011-02-16 17:25:51 +0100 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-02-16 11:56:58 -0600 |
commit | 150d27d6988bfd0cfd2550672512f1c7d490cf86 (patch) | |
tree | a7392445386fc887f89cf1233b096f49ad2e2d52 | |
parent | e699b3dbe8afb9a40efc16f18cc7c2699ca76f20 (diff) | |
download | ofono-150d27d6988bfd0cfd2550672512f1c7d490cf86.tar.bz2 |
bluetooth: rename hfp.c in hpf_hf.c
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | plugins/hfp_hf.c (renamed from plugins/hfp.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 669ef53b..7bd7f4f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -322,7 +322,7 @@ builtin_modules += bluetooth builtin_sources += plugins/bluetooth.c plugins/bluetooth.h builtin_modules += hfp -builtin_sources += plugins/hfp.c plugins/bluetooth.h +builtin_sources += plugins/hfp_hf.c plugins/bluetooth.h builtin_modules += hfp_ag builtin_sources += plugins/hfp_ag.c plugins/bluetooth.h diff --git a/plugins/hfp.c b/plugins/hfp_hf.c index 12d34576..12d34576 100644 --- a/plugins/hfp.c +++ b/plugins/hfp_hf.c |