build: build mu4e-{contacts,search}.el(c) too

Fixes: #2119
This commit is contained in:
Dirk-Jan C. Binnema 2021-08-30 18:27:04 +03:00
parent ab5d306c85
commit 9b02d56c05
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ dist_lisp_LISP= \
mu4e-actions.el \
mu4e-bookmarks.el \
mu4e-compose.el \
mu4e-contacts.el \
mu4e-context.el \
mu4e-contrib.el \
mu4e-draft.el \
@ -38,6 +39,7 @@ dist_lisp_LISP= \
mu4e-message.el \
mu4e-meta.el \
mu4e-org.el \
mu4e-search.el \
mu4e-server.el \
mu4e-speedbar.el \
mu4e-update.el \

View File

@ -31,6 +31,7 @@ mu4e_srcs=[
'mu4e-actions.el',
'mu4e-bookmarks.el',
'mu4e-compose.el',
'mu4e-contacts.el',
'mu4e-context.el',
'mu4e-contrib.el',
'mu4e-draft.el',
@ -45,6 +46,7 @@ mu4e_srcs=[
'mu4e-message.el',
join_paths(meson.current_build_dir(), 'mu4e-meta.el'),
'mu4e-org.el',
'mu4e-search.el',
'mu4e-server.el',
'mu4e-speedbar.el',
'mu4e-update.el',