Makefile.tools: remove duplicate link entry
authorMichael Nosthoff <bluez@heine.tech>
Thu, 17 Feb 2022 09:56:48 +0000 (10:56 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
Makefile.tools

index 9b40586..47810c5 100755 (executable)
@@ -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 \