summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorDylan Van Assche <me@dylanvanassche.be>2021-07-23 15:58:23 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-07-23 14:47:37 -0700
commitedb86e5e012bca84bbcd05e14d049e93a9de2dae (patch)
treef6834aef26a32e209a4d33863eeb6a76f240c826 /Makefile.obexd
parentb1c73f4d4cca9ffbbe16e325be8975002de20d9f (diff)
downloadbluez-edb86e5e012bca84bbcd05e14d049e93a9de2dae.tar.gz
configure.ac: add libebook dependency
Require libebook when phonebook-ebook plugin is built.
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index 285a56197..2c0d19518 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -80,7 +80,7 @@ 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) $(GLIB_LIBS) -ldl
+ $(ICAL_LIBS) $(DBUS_LIBS) $(LIBEBOOK_LIBS) $(LIBEDATASERVER_LIBS) $(GLIB_LIBS) -ldl
obexd_src_obexd_LDFLAGS = $(AM_LDFLAGS) -Wl,--export-dynamic