summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-11-01 11:57:21 -0700
committerBrian Gix <brian.gix@intel.com>2019-11-04 14:54:38 -0800
commitfead292f2e108370bf9d54b3c1d8c0b806b6ede6 (patch)
tree52da936626a521f6f1d5dbe7fd6af25add78549f /Makefile.tools
parent2777515a794bda8d231d7d2636844de0f1171fb9 (diff)
downloadbluez-fead292f2e108370bf9d54b3c1d8c0b806b6ede6.tar.gz
tools/mesh: Move meshctl specific files to mesh-gatt
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools30
1 files changed, 17 insertions, 13 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 7ce05b7ef..feb2c8550 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -304,25 +304,29 @@ if MESH
bin_PROGRAMS += tools/meshctl
tools_meshctl_SOURCES = tools/meshctl.c \
- tools/mesh/mesh-net.h \
- tools/mesh/node.h tools/mesh/node.c \
- tools/mesh/gatt.h tools/mesh/gatt.c \
- tools/mesh/crypto.h tools/mesh/crypto.c \
- tools/mesh/keys.h \
- tools/mesh/net.h tools/mesh/net.c \
- tools/mesh/prov.h tools/mesh/prov.c \
- tools/mesh/util.h tools/mesh/util.c \
tools/mesh/agent.h tools/mesh/agent.c \
- tools/mesh/prov-db.h tools/mesh/prov-db.c \
- tools/mesh/config-model.h tools/mesh/config-client.c \
- tools/mesh/config-server.c \
- tools/mesh/onoff-model.h tools/mesh/onoff-model.c
+ tools/mesh/config-model.h\
+ tools/mesh-gatt/mesh-net.h \
+ tools/mesh-gatt/node.h tools/mesh-gatt/node.c \
+ tools/mesh-gatt/gatt.h tools/mesh-gatt/gatt.c \
+ tools/mesh-gatt/crypto.h\
+ tools/mesh-gatt/crypto.c \
+ tools/mesh-gatt/keys.h \
+ tools/mesh-gatt/net.h tools/mesh-gatt/net.c \
+ tools/mesh-gatt/prov.h tools/mesh-gatt/prov.c \
+ tools/mesh-gatt/util.h tools/mesh-gatt/util.c \
+ tools/mesh-gatt/prov-db.h \
+ tools/mesh-gatt/prov-db.c \
+ tools/mesh-gatt/config-client.c \
+ tools/mesh-gatt/config-server.c \
+ tools/mesh-gatt/onoff-model.h \
+ tools/mesh-gatt/onoff-model.c
tools_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
lib/libbluetooth-internal.la \
$(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline
endif
-EXTRA_DIST += tools/mesh/local_node.json tools/mesh/prov_db.json
+EXTRA_DIST += tools/mesh-gatt/local_node.json tools/mesh-gatt/prov_db.json
if DEPRECATED
bin_PROGRAMS += tools/hciattach tools/hciconfig tools/hcitool tools/hcidump \