summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-26 11:03:01 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-10-26 11:17:42 -0700
commitc37341904ab8dafda27b499baf38933d55ae9dde (patch)
treefca934ed810ef5a40678c7930c26c7ed2188c2a5 /Makefile.obexd
parent70807e8ff2265a74bbdfdf180f9fceff597a0540 (diff)
downloadbluez-c37341904ab8dafda27b499baf38933d55ae9dde.tar.gz
obexd: Add missing phonebook backends
This adds missing phonebook backends to EXTRA_DIST so they can be build from tarballs. Fixes: https://github.com/bluez/bluez/issues/222
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index b9fbc9b3b..37a133455 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -42,6 +42,8 @@ obexd_builtin_sources += obexd/plugins/pbap.c \
obexd/plugins/vcard.h obexd/plugins/vcard.c \
obexd/plugins/phonebook.h \
obexd/plugins/phonebook-@PLUGIN_PHONEBOOK@.c
+EXTRA_DIST += obexd/plugins/phonebook-dummy.c obexd/plugins/phonebook-ebook.c \
+ obexd/plugins/phonebook-tracker.c
obexd_builtin_modules += mas
obexd_builtin_sources += obexd/plugins/mas.c obexd/src/map_ap.h \