summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-28 14:18:07 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-30 12:54:29 -0700
commitd204e84c0694700f6cb1b8d98d26492de63d4303 (patch)
tree18c17a49a87cb39cf362506c11e9155e81fabc3a /Makefile.tools
parent0cc480a546e9b4740451dbdaaadc3df8ca1f8c34 (diff)
downloadbluez-d204e84c0694700f6cb1b8d98d26492de63d4303.tar.gz
client: Add support for player submenu
This moves adds the functionality of bluetooth-player into bluetoothctl.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.tools b/Makefile.tools
index bd902fd83..b7d893248 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -10,8 +10,8 @@ client_bluetoothctl_SOURCES = client/main.c \
client/adv_monitor.h \
client/adv_monitor.c \
client/gatt.h client/gatt.c \
- client/admin.h \
- client/admin.c
+ client/admin.h client/admin.c \
+ client/player.h client/player.c
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
$(GLIB_LIBS) $(DBUS_LIBS) -lreadline
endif
@@ -456,7 +456,7 @@ tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
tools_obex_server_tool_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la $(GLIB_LIBS)
-tools_bluetooth_player_SOURCES = tools/bluetooth-player.c
+tools_bluetooth_player_SOURCES = tools/bluetooth-player.c client/player.c
tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
src/libshared-glib.la \
$(GLIB_LIBS) $(DBUS_LIBS) -lreadline