[balsa] Fix basenames of marshal files



commit 6d379f8754b3ec573d51894f3b7f1e2d6985dd54
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Thu Sep 28 10:04:33 2017 -0400

    Fix basenames of marshal files
    
        * libbalsa/imap/meson.build: fix basename of marshal files.
        * libbalsa/meson.build: ditto.

 ChangeLog                 |    5 +++++
 libbalsa/imap/meson.build |    2 +-
 libbalsa/meson.build      |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 915c5de..a876463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-28  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       * libbalsa/imap/meson.build: fix basename of marshal files.
+       * libbalsa/meson.build: ditto.
+
 2017-09-27  Peter Bloomfield  <pbloomfield bellsouth net>
 
        * meson.build: .split() strings returned by custom config commands.
diff --git a/libbalsa/imap/meson.build b/libbalsa/imap/meson.build
index d417390..28c959c 100644
--- a/libbalsa/imap/meson.build
+++ b/libbalsa/imap/meson.build
@@ -26,7 +26,7 @@ libimap_a_sources = [
 #
 
 if use_gnome_genmarshal
-  libimap_marshal_files = gnome.genmarshal('libimap_marshal',
+  libimap_marshal_files = gnome.genmarshal('libimap-marshal',
                                            sources : 'libimap-marshal.list')
 else # use_gnome_genmarshal
   libimap_marshal_h = custom_target('libimap_marshal_h',
diff --git a/libbalsa/meson.build b/libbalsa/meson.build
index b58ad23..3acab29 100644
--- a/libbalsa/meson.build
+++ b/libbalsa/meson.build
@@ -139,8 +139,8 @@ libbalsa_a_sources += libbalsa_gpgme_extra
 #
 
 if use_gnome_genmarshal
-  libbalsa_marshal_files = gnome.genmarshal('libbalsa_marshal',
-                                             sources : 'libbalsa-marshal.list')
+  libbalsa_marshal_files = gnome.genmarshal('libbalsa-marshal',
+                                            sources : 'libbalsa-marshal.list')
 else # use_gnome_genmarshal
   libbalsa_marshal_h = custom_target('libbalsa_marshal_h',
     input   : 'libbalsa-marshal.list',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]