Diff between 1443b34e193a824bf4e8509331ea40234fbacb6f and d8d2be1064d84c7e3448bceee1876425c3d8f540

Changed Files

File Additions Deletions Status
Makefile.am +3 -2 modified
profiles/time/main.c +0 -0 renamed
profiles/time/manager.c +0 -0 renamed
profiles/time/manager.h +0 -0 renamed
profiles/time/server.c +0 -0 renamed
profiles/time/server.h +0 -0 renamed

Full Patch

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