From c17ef83d6025b7c4ddf0b851df226351d322369b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 28 Sep 2012 16:56:49 +0300 Subject: [PATCH] build: Add missing heartrate to builtin_modules --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3b3719823..c27eb015a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -212,7 +212,7 @@ endif if GATTMODULES builtin_modules += thermometer alert time gatt_example proximity deviceinfo \ - gatt scanparam + gatt scanparam heartrate builtin_sources += profiles/thermometer/main.c \ profiles/thermometer/manager.h \ profiles/thermometer/manager.c \