From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> --- Makefile.am | 5 +++-- {time => profiles/time}/main.c | 0 {time => profiles/time}/manager.c | 0 {time => profiles/time}/manager.h | 0 {time => profiles/time}/server.c | 0 {time => profiles/time}/server.h | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename {time => profiles/time}/main.c (100%) rename {time => profiles/time}/manager.c (100%) rename {time => profiles/time}/manager.h (100%) rename {time => profiles/time}/server.c (100%) rename {time => profiles/time}/server.h (100%) diff --git a/Makefile.am b/Makefile.am index 9f0d343..037ded5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -223,8 +223,9 @@ builtin_sources += profiles/thermometer/main.c \ profiles/thermometer/thermometer.c \ profiles/alert/main.c profiles/alert/server.h \ profiles/alert/server.c \ - time/main.c time/server.h time/server.c \ - time/manager.h time/manager.c \ + profiles/time/main.c profiles/time/server.h \ + profiles/time/server.c profiles/time/manager.c \ + profiles/time/manager.h \ plugins/gatt-example.c \ proximity/main.c proximity/manager.h proximity/manager.c \ proximity/monitor.h proximity/monitor.c \ diff --git a/time/main.c b/profiles/time/main.c similarity index 100% rename from time/main.c rename to profiles/time/main.c diff --git a/time/manager.c b/profiles/time/manager.c similarity index 100% rename from time/manager.c rename to profiles/time/manager.c diff --git a/time/manager.h b/profiles/time/manager.h similarity index 100% rename from time/manager.h rename to profiles/time/manager.h diff --git a/time/server.c b/profiles/time/server.c similarity index 100% rename from time/server.c rename to profiles/time/server.c diff --git a/time/server.h b/profiles/time/server.h similarity index 100% rename from time/server.h rename to profiles/time/server.h -- 1.7.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html