From a38796b18d8374e92907e620e347285943061009 Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Tue, 4 Sep 2018 17:20:34 -0700 Subject: mesh: Add start up management command chain This allows co-existense of meshd and bluetoothd. meshd will automatically take control of the first available LE-capable controller that is powered down. --- Makefile.mesh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.mesh') diff --git a/Makefile.mesh b/Makefile.mesh index 643b1a59a..e93e68e38 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -23,7 +23,7 @@ libexec_PROGRAMS += mesh/meshd mesh_meshd_SOURCES = $(mesh_sources) mesh/main.c mesh_meshd_LDADD = src/shared/ecc.lo src/shared/queue.lo src/shared/io-ell.lo \ - src/shared/util.lo src/shared/hci.lo \ + src/shared/util.lo src/shared/hci.lo src/shared/mgmt.lo \ @DBUS_LIBS@ @ELL_LIBS@ -ljson-c noinst_PROGRAMS += mesh/btmesh @@ -34,7 +34,7 @@ mesh_btmesh_SOURCES = $(mesh_sources) \ mesh/btmesh.c mesh_btmesh_LDADD = src/shared/ecc.lo src/shared/queue.lo src/shared/io-ell.lo \ - src/shared/util.lo src/shared/hci.lo \ + src/shared/util.lo src/shared/hci.lo src/shared/mgmt.lo \ src/libshared-mainloop.la \ -lreadline @ELL_LIBS@ -ljson-c -- cgit v1.2.1