summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-05-14 15:54:07 -0700
committerBrian Gix <brian.gix@intel.com>2019-05-15 09:12:38 -0700
commitf66e29d5662dabfa8f361cce5a453514f30a27fd (patch)
tree53ce3eae06e777a21e64797afa88d28f49e1b941 /Makefile.mesh
parent0af87c6c6ca335ccc1f80de99096d40f7872c388 (diff)
downloadbluez-f66e29d5662dabfa8f361cce5a453514f30a27fd.tar.gz
mesh: Add skeleton for org.bluez.mesh.Management1 interface
This adds bare-bones imlementation of methods on org.bluez.mesh.Management1 interface.
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index bccd4d946..d494287ab 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -24,6 +24,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
mesh/dbus.h mesh/dbus.c \
mesh/agent.h mesh/agent.c \
mesh/prov-acceptor.c mesh/prov-initiator.c \
+ mesh/manager.h mesh/manager.c \
mesh/pb-adv.h mesh/pb-adv.c \
mesh/keyring.h mesh/keyring.c \
mesh/mesh-defs.h