summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-26 10:54:12 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-26 11:13:20 -0700
commit70807e8ff2265a74bbdfdf180f9fceff597a0540 (patch)
tree770dbf0e326cfe1b8eb10feb7796251b0364e650 /Makefile.obexd
parent259407032af93cc861b3648780f7478921172572 (diff)
downloadbluez-70807e8ff2265a74bbdfdf180f9fceff597a0540.tar.gz
Makefile: Fix code style
Fix lines going over 80 columns.
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd3
1 files changed, 2 insertions, 1 deletions
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