summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2013-11-29 16:20:41 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-29 17:10:19 +0200
commit5fe8d7556f1c5caebe63de149d1d5f88f1e7ffea (patch)
treee739b8fec7fc5e8e37888dc9c2fbc82a241e3a3b /Makefile.plugins
parent6f5d2be49335675950d36a9e07d0c3f80ee09922 (diff)
downloadbluez-5fe8d7556f1c5caebe63de149d1d5f88f1e7ffea.tar.gz
profiles/network: Rename common.c|h to bnep.c|h
Files common.c|h contains only bnep related code, it makes more sence with bnep.c|h.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index f5025e956..6a1ddbf41 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -47,7 +47,7 @@ builtin_sources += profiles/audio/control.h profiles/audio/control.c \
builtin_modules += network
builtin_sources += profiles/network/manager.c \
- profiles/network/common.h profiles/network/common.c \
+ profiles/network/bnep.h profiles/network/bnep.c \
profiles/network/server.h profiles/network/server.c \
profiles/network/connection.h \
profiles/network/connection.c