summaryrefslogtreecommitdiff
path: root/Makefile.am
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.am
parentb1c73f4d4cca9ffbbe16e325be8975002de20d9f (diff)
downloadbluez-edb86e5e012bca84bbcd05e14d049e93a9de2dae.tar.gz
configure.ac: add libebook dependency
Require libebook when phonebook-ebook plugin is built.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 497f05f06..0fd405e8c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ pkgincludedir = $(includedir)/bluetooth
pkginclude_HEADERS =
-AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS) $(UDEV_CFLAGS) $(ell_cflags)
+AM_CFLAGS = $(WARNING_CFLAGS) $(MISC_CFLAGS) $(UDEV_CFLAGS) $(LIBEBOOK_CFLAGS) $(LIBEDATASERVER_CFLAGS) $(ell_cflags)
AM_LDFLAGS = $(MISC_LDFLAGS)
if DATAFILES