From 70807e8ff2265a74bbdfdf180f9fceff597a0540 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 26 Oct 2021 10:54:12 -0700 Subject: Makefile: Fix code style Fix lines going over 80 columns. --- Makefile.obexd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.obexd') diff --git a/Makefile.obexd b/Makefile.obexd index 2c0d19518..b9fbc9b3b 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -80,7 +80,8 @@ obexd_src_obexd_SOURCES = $(btio_sources) $(gobex_sources) \ obexd/src/map_ap.h obexd_src_obexd_LDADD = lib/libbluetooth-internal.la \ gdbus/libgdbus-internal.la \ - $(ICAL_LIBS) $(DBUS_LIBS) $(LIBEBOOK_LIBS) $(LIBEDATASERVER_LIBS) $(GLIB_LIBS) -ldl + $(ICAL_LIBS) $(DBUS_LIBS) $(LIBEBOOK_LIBS) \ + $(LIBEDATASERVER_LIBS) $(GLIB_LIBS) -ldl obexd_src_obexd_LDFLAGS = $(AM_LDFLAGS) -Wl,--export-dynamic -- cgit v1.2.1