[balsa] libbalsa/imap/meson.build: Fix the meson build



commit 422ba8b7d1a51f2c0eaf332d35fe47993d516f34
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Thu Jun 7 19:52:09 2018 -0400

     libbalsa/imap/meson.build: Fix the meson build
    
    * libbalsa/imap/meson.build: Edit libimap_a_sources to reflect
      the previous commit, and add libnetclient_include to the
      include_directories for imap_tst.

 ChangeLog                 |  6 ++++++
 libbalsa/imap/meson.build | 10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5c273bad..f9c9def3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-06-07  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       * libbalsa/imap/meson.build: Edit libimap_a_sources to reflect
+       the previous commit, and add libnetclient_include to the
+       include_directories for imap_tst.
+
 2018-06-05  Albrecht Dreß <albrecht dress arcor de>
 
        IMAP goes GIO
diff --git a/libbalsa/imap/meson.build b/libbalsa/imap/meson.build
index 5f138a4a..6d37dd37 100644
--- a/libbalsa/imap/meson.build
+++ b/libbalsa/imap/meson.build
@@ -16,8 +16,7 @@ libimap_a_sources = [
   'imap-tls.c',
   'imap_private.h',
   'libimap.h',
-  'siobuf.c',
-  'siobuf.h',
+  'siobuf-nc.h',
   'util.c',
   'util.h'
   ]
@@ -71,6 +70,7 @@ libimap_a = static_library('imap', libimap_a_sources, libimap_marshal_files,
 imap_tst_sources = 'imap_tst.c'
 
 imap_tst = executable('imap_tst', imap_tst_sources,
-                      link_with    : [libimap_a, libnetclient_a],
-                      dependencies : balsa_deps,
-                      install      : false)
+                      link_with           : [libimap_a, libnetclient_a],
+                      dependencies        : balsa_deps,
+                      include_directories : libnetclient_include,
+                      install             : false)


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