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

@ -1,4 +1,4 @@
## Copyright (C) 2021 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2022 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -19,22 +19,14 @@ lib_mu_message=static_library(
'mu-message',
[
'mu-message.cc',
'mu-message.hh',
'mu-message-part.cc',
'mu-message-part.hh',
'mu-message-sexp.cc',
'mu-contact.hh',
'mu-contact.cc',
'mu-document.cc',
'mu-document.hh',
'mu-fields.hh',
'mu-fields.cc',
'mu-flags.hh',
'mu-flags.cc',
'mu-priority.hh',
'mu-priority.cc',
'mu-mime-object.cc',
'mu-mime-object.hh'
],
dependencies: [
glib_dep,