From b1c73f4d4cca9ffbbe16e325be8975002de20d9f Mon Sep 17 00:00:00 2001 From: Juho Hamalainen Date: Fri, 23 Jul 2021 15:58:22 +0200 Subject: configure.ac: specify phonebook plugin at build time Various phonebook plugins are available, by default phonebook-dummy is always built. Allow to specify which plugin to use at build time. --- Makefile.obexd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.obexd') diff --git a/Makefile.obexd b/Makefile.obexd index 6f5dc04c0..285a56197 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -41,7 +41,7 @@ obexd_builtin_modules += pbap obexd_builtin_sources += obexd/plugins/pbap.c \ obexd/plugins/vcard.h obexd/plugins/vcard.c \ obexd/plugins/phonebook.h \ - obexd/plugins/phonebook-dummy.c + obexd/plugins/phonebook-@PLUGIN_PHONEBOOK@.c obexd_builtin_modules += mas obexd_builtin_sources += obexd/plugins/mas.c obexd/src/map_ap.h \ -- cgit v1.2.1