summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-11-01 11:57:23 -0700
committerBrian Gix <brian.gix@intel.com>2019-11-04 14:54:38 -0800
commitd2ff309262a7d27dff4aebdaad0a7389e9fefcf9 (patch)
treeaaf785d65e4b00bc01804f4559e982916215534a /Makefile.tools
parent5759c4611721f58077a33e08801e22f1285d7740 (diff)
downloadbluez-d2ff309262a7d27dff4aebdaad0a7389e9fefcf9.tar.gz
tools/mesh: move remote node processing to a separate file
This confines the functionality related to remote node housekeeping into a separate file remote.c
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 12687e495..0b4ddf576 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -332,7 +332,9 @@ tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
tools/mesh/cfgcli.h tools/mesh/cfgcli.c \
tools/mesh/keys.h tools/mesh/keys.c \
tools/mesh/util.h tools/mesh/util.c \
+ tools/mesh/remote.h tools/mesh/remote.c \
tools/mesh/agent.h tools/mesh/agent.c
+
tools_mesh_cfgclient_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
$(ell_ldadd) -lreadline
endif