From 5bcc22f5ca32a65a273830277f6ba0b96266514f Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Mon, 9 Jul 2012 18:10:29 -0300 Subject: [PATCH] thermometer: move to the profiles folder --- Makefile.am | 8 +++++--- {thermometer => profiles/thermometer}/main.c | 0 {thermometer => profiles/thermometer}/manager.c | 0 {thermometer => profiles/thermometer}/manager.h | 0 {thermometer => profiles/thermometer}/thermometer.c | 0 {thermometer => profiles/thermometer}/thermometer.h | 0 6 files changed, 5 insertions(+), 3 deletions(-) rename {thermometer => profiles/thermometer}/main.c (100%) rename {thermometer => profiles/thermometer}/manager.c (100%) rename {thermometer => profiles/thermometer}/manager.h (100%) rename {thermometer => profiles/thermometer}/thermometer.c (100%) rename {thermometer => profiles/thermometer}/thermometer.h (100%) diff --git a/Makefile.am b/Makefile.am index 2d8c223d4..8afb2cc87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -222,9 +222,11 @@ endif if GATTMODULES builtin_modules += thermometer alert time gatt_example proximity deviceinfo -builtin_sources += thermometer/main.c \ - thermometer/manager.h thermometer/manager.c \ - thermometer/thermometer.h thermometer/thermometer.c \ +builtin_sources += profiles/thermometer/main.c \ + profiles/thermometer/manager.h \ + profiles/thermometer/manager.c \ + profiles/thermometer/thermometer.h \ + 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 \ diff --git a/thermometer/main.c b/profiles/thermometer/main.c similarity index 100% rename from thermometer/main.c rename to profiles/thermometer/main.c diff --git a/thermometer/manager.c b/profiles/thermometer/manager.c similarity index 100% rename from thermometer/manager.c rename to profiles/thermometer/manager.c diff --git a/thermometer/manager.h b/profiles/thermometer/manager.h similarity index 100% rename from thermometer/manager.h rename to profiles/thermometer/manager.h diff --git a/thermometer/thermometer.c b/profiles/thermometer/thermometer.c similarity index 100% rename from thermometer/thermometer.c rename to profiles/thermometer/thermometer.c diff --git a/thermometer/thermometer.h b/profiles/thermometer/thermometer.h similarity index 100% rename from thermometer/thermometer.h rename to profiles/thermometer/thermometer.h -- 2.47.3