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.

48 lines
2.2 KiB

  1. --- a/Makefile.in
  2. +++ b/Makefile.in
  3. @@ -2441,7 +2441,7 @@ unit_tests = $(am__append_35) 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. @@ -2691,13 +2691,13 @@ unit_tests = $(am__append_35) unit/test-
  11. @READLINE_TRUE@ client/display.h
  12. @READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
  13. -@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline
  14. +@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline -lncurses
  15. @READLINE_TRUE@tools_obex_client_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  16. @READLINE_TRUE@ tools/obex-client-tool.c
  17. @READLINE_TRUE@tools_obex_client_tool_LDADD = lib/libbluetooth-internal.la \
  18. -@READLINE_TRUE@ @GLIB_LIBS@ -lreadline
  19. +@READLINE_TRUE@ @GLIB_LIBS@ -lreadline -lncurses
  20. @READLINE_TRUE@tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
  21. @READLINE_TRUE@ tools/obex-server-tool.c
  22. @@ -2707,17 +2707,17 @@ unit_tests = $(am__append_35) unit/test-
  23. @READLINE_TRUE@ client/display.h client/display.c
  24. @READLINE_TRUE@tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
  25. -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
  26. +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
  27. @READLINE_TRUE@tools_obexctl_SOURCES = tools/obexctl.c \
  28. @READLINE_TRUE@ client/display.h client/display.c
  29. @READLINE_TRUE@tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
  30. -@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
  31. +@READLINE_TRUE@ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
  32. @READLINE_TRUE@tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
  33. @READLINE_TRUE@tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
  34. -@READLINE_TRUE@ -lreadline
  35. +@READLINE_TRUE@ -lreadline -lncurses
  36. @EXPERIMENTAL_TRUE@tools_gatt_service_SOURCES = tools/gatt-service.c
  37. @EXPERIMENTAL_TRUE@tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la