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.

52 lines
2.5 KiB

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -2055,7 +2055,7 @@ unit_tests = $(am__append_32) unit/test-
  4. @CLIENT_TRUE@ monitor/uuid.h monitor/uuid.c
  5. @CLIENT_TRUE@client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
  6. -@CLIENT_TRUE@ -lreadline
  7. +@CLIENT_TRUE@ -lreadline -lncurses
  8. @MONITOR_TRUE@monitor_btmon_SOURCES = monitor/main.c monitor/bt.h \
  9. @MONITOR_TRUE@ monitor/display.h monitor/display.c \
  10. @@ -2226,7 +2226,7 @@ unit_tests = $(am__append_32) unit/test-
  11. @EXPERIMENTAL_TRUE@tools_hcieventmask_LDADD = lib/libbluetooth-internal.la
  12. @EXPERIMENTAL_TRUE@tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
  13. @EXPERIMENTAL_TRUE@tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
  14. -@EXPERIMENTAL_TRUE@ -lreadline
  15. +@EXPERIMENTAL_TRUE@ -lreadline -lncurses
  16. @EXPERIMENTAL_TRUE@tools_btinfo_SOURCES = tools/btinfo.c monitor/bt.h
  17. @EXPERIMENTAL_TRUE@tools_btinfo_LDADD = src/libshared-mainloop.la
  18. @@ -2266,13 +2266,13 @@ unit_tests = $(am__append_32) unit/test-
  19. @READLINE_TRUE@ client/display.h
  20. @READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
  21. -@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline
  22. +@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline -lncurses
  23. @READLINE_TRUE@tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  24. @READLINE_TRUE@ tools/obex-client-tool.c
  25. @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
  26. -@READLINE_TRUE@ @GLIB_LIBS@ -lreadline
  27. +@READLINE_TRUE@ @GLIB_LIBS@ -lreadline -lncurses
  28. @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  29. @READLINE_TRUE@ tools/obex-server-tool.c
  30. @@ -2282,13 +2282,13 @@ unit_tests = $(am__append_32) unit/test-
  31. @READLINE_TRUE@ client/display.h client/display.c
  32. @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
  33. -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
  34. +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
  35. @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c \
  36. @READLINE_TRUE@ client/display.h client/display.c
  37. @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
  38. -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
  39. +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
  40. @EXPERIMENTAL_TRUE@tools_gatt_service_SOURCES = tools/gatt-service.c
  41. @EXPERIMENTAL_TRUE@tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la