summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Janssen <jamuraa@chromium.org>2015-03-26 15:08:31 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-03-27 17:01:11 +0200
commit59c8313ddb578c63965f7118a997d2c446b08307 (patch)
tree452d53f6c3981247008a4af89001898a59cb1a2c /Makefile.am
parentf0fee838d4c76db04a2a3a6bf9f549a3f2d2fe5f (diff)
downloadbluez-59c8313ddb578c63965f7118a997d2c446b08307.tar.gz
core: advertising: add LEAdvertisingManager stubs
Introducing src/advertising which will implement the org.bluez.LEAdvertisingManager1 D-Bus interface defined in doc/advertising-api.txt. Each LE-capable controller gets an instance of the interface.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index af15e9e34..676d9293c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -175,6 +175,7 @@ src_bluetoothd_SOURCES = $(builtin_sources) \
src/uinput.h \
src/plugin.h src/plugin.c \
src/storage.h src/storage.c \
+ src/advertising.h src/advertising.c \
src/agent.h src/agent.c \
src/error.h src/error.c \
src/adapter.h src/adapter.c \