[balsa] Fix prefixes in marshal files



commit 4b4d897f278b6aa27c801c34a0037fa43d44a615
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Thu Sep 28 10:09:32 2017 -0400

    Fix prefixes in marshal files
    
        * libbalsa/imap/meson.build: fix prefix in marshal files.
        * libbalsa/meson.build: ditto.

 ChangeLog                 |    5 +++++
 libbalsa/imap/meson.build |    1 +
 libbalsa/meson.build      |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a876463..c9e8134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-09-28  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       * libbalsa/imap/meson.build: fix prefix in marshal files.
+       * libbalsa/meson.build: ditto.
+
+2017-09-28  Peter Bloomfield  <pbloomfield bellsouth net>
+
        * libbalsa/imap/meson.build: fix basename of marshal files.
        * libbalsa/meson.build: ditto.
 
diff --git a/libbalsa/imap/meson.build b/libbalsa/imap/meson.build
index 28c959c..fcff957 100644
--- a/libbalsa/imap/meson.build
+++ b/libbalsa/imap/meson.build
@@ -27,6 +27,7 @@ libimap_a_sources = [
 
 if use_gnome_genmarshal
   libimap_marshal_files = gnome.genmarshal('libimap-marshal',
+                                           prefix  : 'libimap',
                                            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 3acab29..e752796 100644
--- a/libbalsa/meson.build
+++ b/libbalsa/meson.build
@@ -140,6 +140,7 @@ libbalsa_a_sources += libbalsa_gpgme_extra
 
 if use_gnome_genmarshal
   libbalsa_marshal_files = gnome.genmarshal('libbalsa-marshal',
+                                            prefix  : 'libbalsa',
                                             sources : 'libbalsa-marshal.list')
 else # use_gnome_genmarshal
   libbalsa_marshal_h = custom_target('libbalsa_marshal_h',


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