[balsa/autocrypt] Fix the meson build



commit bebff55f9cd1326cdd3be84442ee0a670f061641
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Jan 5 14:16:49 2019 -0500

    Fix the meson build
    
    * libbalsa/meson.build: add geometry manager module

 ChangeLog            | 6 ++++++
 libbalsa/meson.build | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/ChangeLog b/ChangeLog
index ce756454a..52d87a214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-01-05  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       Fix the meson build
+
+       * libbalsa/meson.build: add geometry manager module
+
 2018-01-05  Albrecht Dreß  <albrecht dress arcor de>
 
        Simplify window geometry management
diff --git a/libbalsa/meson.build b/libbalsa/meson.build
index d0d8911b1..8a4dbeacd 100644
--- a/libbalsa/meson.build
+++ b/libbalsa/meson.build
@@ -135,7 +135,9 @@ libbalsa_a_sources = [
   'smtp-server.h',
   'source-viewer.c',
   'url.c',
-  'url.h']
+  'url.h',
+  'geometry-manager.c',
+  'geometry-manager.h']
 
 libbalsa_a_sources += libbalsa_gpgme_extra
 


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