From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds missing phonebook backends to EXTRA_DIST so they can be build from tarballs. Fixes: https://github.com/bluez/bluez/issues/222 --- Makefile.obexd | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.31.1