summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-04-02 18:26:54 -0700
committerBrian Gix <brian.gix@intel.com>2020-04-03 00:29:32 -0700
commitee436b6e452e2825173d0fbfca246932883d5c84 (patch)
tree97b21be8df2fa9c2e17a4c40741fdf9ccccd2e25 /Makefile.tools
parent50ac810291cd2d1e93cf40e9aa07658c6c0083bc (diff)
downloadbluez-ee436b6e452e2825173d0fbfca246932883d5c84.tar.gz
tools/mescfg-client: Use local routines for config write
This removes dependencies on internal structures of mesh/mesh-config-json.c.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index f43764adc..9b9236609 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -336,7 +336,6 @@ tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
tools/mesh/agent.h tools/mesh/agent.c \
tools/mesh/mesh-db.h tools/mesh/mesh-db.c \
mesh/util.h mesh/util.c \
- mesh/mesh-config.h mesh/mesh-config-json.c \
mesh/crypto.h mesh/crypto.c
tools_mesh_cfgclient_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \