Skip to content

Commit

Permalink
obexd: Add missing phonebook backends
Browse files Browse the repository at this point in the history
This adds missing phonebook backends to EXTRA_DIST so they can be build
from tarballs.

Fixes: bluez#222
  • Loading branch information
Vudentz committed Oct 26, 2021
1 parent 70807e8 commit c373419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.obexd
Expand Up @@ -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 \
Expand Down

0 comments on commit c373419

Please sign in to comment.