build: bump version 1.7.13

And some small tweaks, cleanups
This commit is contained in:
Dirk-Jan C. Binnema
2022-04-18 21:33:43 +03:00
parent b21263da4a
commit 9c853acfa3
5 changed files with 9 additions and 38 deletions

View File

@ -23,45 +23,24 @@ lib_mu=static_library(
'mu',
[
'mu-bookmarks.cc',
'mu-bookmarks.hh',
'mu-contacts-cache.cc',
'mu-contacts-cache.hh',
'mu-data.hh',
'mu-parser.cc',
'mu-parser.hh',
'mu-query.cc',
'mu-query.hh',
'mu-query-results.hh',
'mu-query-match-deciders.cc',
'mu-query-match-deciders.hh',
'mu-query-threads.cc',
'mu-query-threads.hh',
'mu-runtime.cc',
'mu-runtime.hh',
'mu-script.cc',
'mu-script.hh',
'mu-server.cc',
'mu-server.hh',
'mu-store.cc',
'mu-store.hh',
'mu-tokenizer.cc',
'mu-tokenizer.hh',
'mu-tree.hh',
'mu-xapian.cc',
'mu-xapian.hh',
'mu-maildir.cc',
'mu-maildir.hh',
'mu-msg-crypto.cc',
'mu-msg-doc.cc',
'mu-msg-doc.hh',
'mu-msg-file.cc',
'mu-msg-file.hh',
'mu-msg-part.cc',
'mu-msg-part.hh',
'mu-msg-priv.hh',
'mu-msg-sexp.cc',
'mu-msg.cc',
'mu-msg.hh',
],
dependencies: [
glib_dep,