From c37341904ab8dafda27b499baf38933d55ae9dde Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 26 Oct 2021 11:03:01 -0700 Subject: 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 --- Makefile.obexd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.obexd') 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 \ -- cgit v1.2.1