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