From d2ff309262a7d27dff4aebdaad0a7389e9fefcf9 Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Fri, 1 Nov 2019 11:57:23 -0700 Subject: 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 --- Makefile.tools | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.tools') 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 -- cgit v1.2.1