From 51c34da9d693fe12d7c940f7224e830e41d8f1dd Mon Sep 17 00:00:00 2001 From: Michael Nosthoff Date: Thu, 17 Feb 2022 10:56:48 +0100 Subject: Makefile.tools: remove duplicate link entry --- Makefile.tools | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.tools') 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 \ -- cgit v1.2.1