linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2] mesh: Add dependancies required for mesh daemon
@ 2019-03-26 17:11 Brian Gix
  0 siblings, 0 replies; only message in thread
From: Brian Gix @ 2019-03-26 17:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: inga.stotland, brian.gix, luiz.dentz, johan.hedberg

Building bluetooth-meshd only, requires some generated files which
are only otherwise automatically generated on full builds.
---
 Makefile.mesh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.mesh b/Makefile.mesh
index 76e424b92..61fb40936 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -28,6 +28,8 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
 				mesh/mesh-defs.h
 libexec_PROGRAMS += mesh/bluetooth-meshd
 
+mesh/main.$(OBJEXT): $(@EXTERNAL_ELL_FALSE@ell_built_sources)
+mesh/main.$(OBJEXT): lib/bluetooth/bluetooth.h
 mesh_bluetooth_meshd_SOURCES = $(mesh_sources) mesh/main.c
 mesh_bluetooth_meshd_LDADD = src/libshared-ell.la $(ell_ldadd) -ljson-c
 mesh_bluetooth_meshd_DEPENDENCIES = $(ell_dependencies) src/libshared-ell.la
-- 
2.14.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-26 17:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-26 17:11 [PATCH BlueZ v2] mesh: Add dependancies required for mesh daemon Brian Gix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).