summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2022-10-03 16:06:42 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-10-03 17:59:13 -0700
commit1f6553edd8a5cb404036b33f7c24b375da137d4c (patch)
treef5e037bab803ae2d0d05fa1ec9d78f3ab3eb0da9 /Makefile.tools
parent291cff0680095a2bd4dd35ec0ccb5c42cf9c347c (diff)
downloadbluez-1f6553edd8a5cb404036b33f7c24b375da137d4c.tar.gz
build: Deprecate meshctl tool
This marks meshctl tool as deprecated since it is not longer maintained.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index a99d768dc..4bc355c34 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -348,6 +348,8 @@ man_MANS += tools/rctest.1 tools/l2ping.1 tools/btattach.1 tools/isotest.1
endif
if MESH
+
+if DEPRECATED
bin_PROGRAMS += tools/meshctl
tools_meshctl_SOURCES = tools/meshctl.c \
@@ -372,6 +374,9 @@ tools_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
lib/libbluetooth-internal.la \
$(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline
+EXTRA_DIST += tools/mesh-gatt/local_node.json tools/mesh-gatt/prov_db.json
+endif
+
bin_PROGRAMS += tools/mesh-cfgclient
tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
@@ -395,8 +400,6 @@ tools_mesh_cfgtest_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
$(ell_ldadd)
endif
-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 \
tools/rfcomm tools/sdptool tools/ciptool