From: Christian Fetzer Date: Mon, 17 Jun 2013 08:35:28 +0000 (+0200) Subject: build: Add support for building MAP notification dispatcher X-Git-Tag: android-x86-4.4-r3~7936 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=24e5a587e472cb5f2d71e74c3699f3247d053adf;p=android-x86%2Fexternal-bluetooth-bluez.git build: Add support for building MAP notification dispatcher --- diff --git a/Makefile.obexd b/Makefile.obexd index 5824e0a35..4937e0c48 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -73,6 +73,7 @@ obexd_src_obexd_SOURCES = $(gdbus_sources) $(btio_sources) $(gobex_sources) \ obexd/client/ftp.h obexd/client/ftp.c \ obexd/client/opp.h obexd/client/opp.c \ obexd/client/map.h obexd/client/map.c \ + obexd/client/map-event.h obexd/client/map-event.c \ obexd/client/transfer.h obexd/client/transfer.c \ obexd/client/transport.h obexd/client/transport.c \ obexd/client/dbus.h obexd/client/dbus.c \