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