Diff between 6e26cb11e248da915d2423eb19518dbd8065f117 and 5bcc22f5ca32a65a273830277f6ba0b96266514f

Changed Files

File Additions Deletions Status
Makefile.am +5 -3 modified
profiles/thermometer/main.c +0 -0 renamed
profiles/thermometer/manager.c +0 -0 renamed
profiles/thermometer/manager.h +0 -0 renamed
profiles/thermometer/thermometer.c +0 -0 renamed
profiles/thermometer/thermometer.h +0 -0 renamed

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 2d8c223..8afb2cc 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