summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2018-09-04 17:20:34 -0700
committerBrian Gix <brian.gix@intel.com>2018-09-06 12:38:17 -0700
commita38796b18d8374e92907e620e347285943061009 (patch)
tree454067419503c39ea9c47dac3216c23c30bdc4b9 /Makefile.mesh
parent25741fa67deb13dd21b176444a8ee954e1ac2486 (diff)
downloadbluez-a38796b18d8374e92907e620e347285943061009.tar.gz
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.
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh4
1 files changed, 2 insertions, 2 deletions
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