From f66e29d5662dabfa8f361cce5a453514f30a27fd Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Tue, 14 May 2019 15:54:07 -0700 Subject: mesh: Add skeleton for org.bluez.mesh.Management1 interface This adds bare-bones imlementation of methods on org.bluez.mesh.Management1 interface. --- Makefile.mesh | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.mesh') 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 -- cgit v1.2.1