summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMichael Nosthoff <bluez@heine.tech>2022-02-17 10:56:48 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-02-18 13:25:43 -0800
commit51c34da9d693fe12d7c940f7224e830e41d8f1dd (patch)
treee7c6458f5062227ae4aab1a35bdb9697589ef655 /Makefile.tools
parent840ca1e7f1aa7faf61b4aa4f5a8ff2818c06885e (diff)
downloadbluez-51c34da9d693fe12d7c940f7224e830e41d8f1dd.tar.gz
Makefile.tools: remove duplicate link entry
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 51199b20a..bd902fd83 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -463,8 +463,7 @@ tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
tools_obexctl_SOURCES = tools/obexctl.c
tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
- src/libshared-glib.la $(GLIB_LIBS) $(DBUS_LIBS) \
- -lreadline
+ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline
tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \