From 5618f18556b1845ddbb2e3ca2250521b56be9956 Mon Sep 17 00:00:00 2001 From: Michael Nosthoff Date: Thu, 17 Feb 2022 10:56:48 +0100 Subject: [PATCH] Makefile.tools: remove duplicate link entry Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- Makefile.tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.tools b/Makefile.tools index 9b40586..47810c5 100755 --- a/Makefile.tools +++ b/Makefile.tools @@ -454,7 +454,7 @@ tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \ tools_obexctl_SOURCES = tools/obexctl.c \ client/display.h client/display.c tools_obexctl_LDADD = gdbus/libgdbus-internal.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 \ -- 2.7.4