Diff between f85dae7c77db7fadedf4686cfda9f8903ba296d6 and bdde7de8476292be709a2405e08102aad556d2d6

Changed Files

File Additions Deletions Status
Makefile.am +2 -1 modified
profiles/alert/main.c +0 -0 renamed
profiles/alert/server.c +0 -0 renamed
profiles/alert/server.h +0 -0 renamed

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 38a004a..146576d 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