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.

57 lines
2.8 KiB

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -2547,7 +2547,7 @@ unit_tests = $(am__append_52) unit/test-
  4. @CLIENT_TRUE@ client/gatt.h client/gatt.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. @MESH_TRUE@mesh_meshctl_SOURCES = mesh/main.c \
  9. @MESH_TRUE@ mesh/mesh-net.h \
  10. @@ -2566,7 +2566,7 @@ unit_tests = $(am__append_52) unit/test-
  11. @MESH_TRUE@mesh_meshctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  12. @MESH_TRUE@ lib/libbluetooth-internal.la \
  13. -@MESH_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -ljson-c -lreadline
  14. +@MESH_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -ljson-c -lreadline -lncurses
  15. @MONITOR_TRUE@monitor_btmon_SOURCES = monitor/main.c monitor/bt.h \
  16. @MONITOR_TRUE@ monitor/display.h monitor/display.c \
  17. @@ -2827,7 +2827,7 @@ unit_tests = $(am__append_52) unit/test-
  18. @READLINE_TRUE@ tools/obex-client-tool.c
  19. @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
  20. -@READLINE_TRUE@ @GLIB_LIBS@ -lreadline
  21. +@READLINE_TRUE@ @GLIB_LIBS@ -lreadline -lncurses
  22. @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  23. @READLINE_TRUE@ tools/obex-server-tool.c
  24. @@ -2836,15 +2836,15 @@ unit_tests = $(am__append_52) unit/test-
  25. @READLINE_TRUE@tools_bluetooth_player_SOURCES = tools/bluetooth-player.c
  26. @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
  27. @READLINE_TRUE@ src/libshared-glib.la \
  28. -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
  29. +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
  30. @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c
  31. @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
  32. -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
  33. +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
  34. @READLINE_TRUE@tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
  35. @READLINE_TRUE@tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
  36. -@READLINE_TRUE@ -lreadline
  37. +@READLINE_TRUE@ -lreadline -lncurses
  38. @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \
  39. @DEPRECATED_TRUE@@READLINE_TRUE@ attrib/gattrib.c btio/btio.c \
  40. @@ -2853,7 +2853,7 @@ unit_tests = $(am__append_52) unit/test-
  41. @DEPRECATED_TRUE@@READLINE_TRUE@ client/display.h
  42. @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
  43. -@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline
  44. +@DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline -lncurses
  45. @CUPS_TRUE@cupsdir = $(libdir)/cups/backend
  46. @CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \