From bde025b912950450f6e3595a29154f0afb18aa6b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Dec 2012 22:06:22 +0100 Subject: build: Add support for building Message Access profile --- Makefile.obexd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.obexd') diff --git a/Makefile.obexd b/Makefile.obexd index ebdb1568b..62643a10d 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -38,6 +38,11 @@ obexd_builtin_sources += obexd/plugins/pbap.c \ obexd/plugins/phonebook-dummy.c endif +obexd_builtin_modules += mas +obexd_builtin_sources += obexd/plugins/mas.c obexd/src/map_ap.h \ + obexd/plugins/messages.h \ + obexd/plugins/messages-dummy.c + libexec_PROGRAMS += obexd/src/obexd -- cgit v1.2.1