aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-05-27 13:51:11 -0300
committerDavid Bremner <david@tethera.net>2017-05-30 09:01:46 -0300
commit1e7dbf7abcf58407a5171e9030056f2ff9bec15a (patch)
tree120a91335e0c505a80daeb56ee218d43af9c3b21 /util/Makefile.local
parent427fa5e6e66eb238783f6cace56cbdcafc9c648d (diff)
util: convenience function to create gmime stream for stdout
It turns out that our use of GMimeStreamPipe has only succeeded because gmime has been ignoring some seek failures; this will no longer be the case in gmime 3.0, so we use a GMimeStreamPipe, which does not assume seekability, wrapped in a buffering stream.
Diffstat (limited to 'util/Makefile.local')
-rw-r--r--util/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.local b/util/Makefile.local
index a6962d49..3027880b 100644
--- a/util/Makefile.local
+++ b/util/Makefile.local
@@ -5,7 +5,7 @@ extra_cflags += -I$(srcdir)/$(dir)
libnotmuch_util_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c \
$(dir)/string-util.c $(dir)/talloc-extra.c $(dir)/zlib-extra.c \
- $(dir)/util.c
+ $(dir)/util.c $(dir)/gmime-extra.c
libnotmuch_util_modules := $(libnotmuch_util_c_srcs:.c=.o)