From bdde7de8476292be709a2405e08102aad556d2d6 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Mon, 9 Jul 2012 18:10:26 -0300 Subject: [PATCH] alert: move alert to profiles dir --- Makefile.am | 3 ++- {alert => profiles/alert}/main.c | 0 {alert => profiles/alert}/server.c | 0 {alert => profiles/alert}/server.h | 0 4 files changed, 2 insertions(+), 1 deletion(-) rename {alert => profiles/alert}/main.c (100%) rename {alert => profiles/alert}/server.c (100%) rename {alert => profiles/alert}/server.h (100%) diff --git a/Makefile.am b/Makefile.am index 38a004a42..146576d60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -226,7 +226,8 @@ builtin_modules += thermometer alert time gatt_example proximity \ builtin_sources += thermometer/main.c \ thermometer/manager.h thermometer/manager.c \ thermometer/thermometer.h thermometer/thermometer.c \ - alert/main.c alert/server.h alert/server.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 \ plugins/gatt-example.c \ diff --git a/alert/main.c b/profiles/alert/main.c similarity index 100% rename from alert/main.c rename to profiles/alert/main.c diff --git a/alert/server.c b/profiles/alert/server.c similarity index 100% rename from alert/server.c rename to profiles/alert/server.c diff --git a/alert/server.h b/profiles/alert/server.h similarity index 100% rename from alert/server.h rename to profiles/alert/server.h -- 2.47.3