From 5fe8d7556f1c5caebe63de149d1d5f88f1e7ffea Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 29 Nov 2013 16:20:41 +0200 Subject: 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. --- Makefile.plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.plugins') 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 -- cgit v1.2.1