From: Michael Nosthoff Date: Thu, 17 Feb 2022 09:56:48 +0000 (+0100) Subject: Makefile.tools: remove duplicate link entry X-Git-Tag: accepted/tizen/unified/20230608.164325~355 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5618f18556b1845ddbb2e3ca2250521b56be9956;p=platform%2Fupstream%2Fbluez.git Makefile.tools: remove duplicate link entry Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- 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 \