You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
4.0 KiB

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -3479,7 +3479,7 @@ unit_tests = $(am__append_55) unit/test-
  4. @CLIENT_TRUE@ client/admin.c
  5. @CLIENT_TRUE@client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  6. -@CLIENT_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
  7. +@CLIENT_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
  8. @ZSH_COMPLETIONS_TRUE@zshcompletiondir = $(ZSH_COMPLETIONDIR)
  9. @ZSH_COMPLETIONS_TRUE@dist_zshcompletion_DATA = completion/zsh/_bluetoothctl
  10. @@ -3722,7 +3722,7 @@ unit_tests = $(am__append_55) unit/test-
  11. @MESH_TRUE@@TOOLS_TRUE@tools_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  12. @MESH_TRUE@@TOOLS_TRUE@ lib/libbluetooth-internal.la \
  13. -@MESH_TRUE@@TOOLS_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline
  14. +@MESH_TRUE@@TOOLS_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -ljson-c -lreadline -lncurses
  15. @MESH_TRUE@@TOOLS_TRUE@tools_mesh_cfgclient_SOURCES = tools/mesh-cfgclient.c \
  16. @MESH_TRUE@@TOOLS_TRUE@ tools/mesh/model.h tools/mesh/config-model.h \
  17. @@ -3736,7 +3736,7 @@ unit_tests = $(am__append_55) unit/test-
  18. @MESH_TRUE@@TOOLS_TRUE@ mesh/crypto.h mesh/crypto.c
  19. @MESH_TRUE@@TOOLS_TRUE@tools_mesh_cfgclient_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
  20. -@MESH_TRUE@@TOOLS_TRUE@ $(ell_ldadd) -ljson-c -lreadline
  21. +@MESH_TRUE@@TOOLS_TRUE@ $(ell_ldadd) -ljson-c -lreadline -lncurses
  22. @MESH_TRUE@@TOOLS_TRUE@tools_mesh_cfgtest_SOURCES = tools/mesh-cfgtest.c
  23. @MESH_TRUE@@TOOLS_TRUE@tools_mesh_cfgtest_LDADD = lib/libbluetooth-internal.la src/libshared-ell.la \
  24. @@ -3793,7 +3793,7 @@ unit_tests = $(am__append_55) unit/test-
  25. @READLINE_TRUE@ tools/obex-client-tool.c
  26. @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
  27. -@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
  28. +@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline -lncurses
  29. @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  30. @READLINE_TRUE@ tools/obex-server-tool.c
  31. @@ -3804,15 +3804,15 @@ unit_tests = $(am__append_55) unit/test-
  32. @READLINE_TRUE@tools_bluetooth_player_SOURCES = tools/bluetooth-player.c
  33. @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
  34. @READLINE_TRUE@ src/libshared-glib.la \
  35. -@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
  36. +@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
  37. @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c
  38. @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  39. -@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
  40. +@READLINE_TRUE@ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline -lncurses
  41. @READLINE_TRUE@tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
  42. @READLINE_TRUE@tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
  43. -@READLINE_TRUE@ -lreadline
  44. +@READLINE_TRUE@ -lreadline -lncurses
  45. @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \
  46. @DEPRECATED_TRUE@@READLINE_TRUE@ attrib/gattrib.c btio/btio.c \
  47. @@ -3821,7 +3821,7 @@ unit_tests = $(am__append_55) unit/test-
  48. @DEPRECATED_TRUE@@READLINE_TRUE@ client/display.h
  49. @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
  50. -@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline
  51. +@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la $(GLIB_LIBS) -lreadline -lncurses
  52. @CUPS_TRUE@cupsdir = $(libdir)/cups/backend
  53. @CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
  54. @@ -3841,7 +3841,7 @@ unit_tests = $(am__append_55) unit/test-
  55. @BTPCLIENT_TRUE@tools_btpclient_DEPENDENCIES = lib/libbluetooth-internal.la $(ell_dependencies)
  56. @BTPCLIENT_TRUE@tools_btpclientctl_SOURCES = tools/btpclientctl.c client/display.c
  57. @BTPCLIENT_TRUE@tools_btpclientctl_LDADD = src/libshared-mainloop.la src/libshared-glib.la \
  58. -@BTPCLIENT_TRUE@ lib/libbluetooth-internal.la -lreadline
  59. +@BTPCLIENT_TRUE@ lib/libbluetooth-internal.la -lreadline -lncurses
  60. # SPDX-License-Identifier: GPL-2.0