diff options
| author | David Bremner <david@tethera.net> | 2019-03-25 23:07:24 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-25 06:51:12 -0300 |
| commit | 781125c9e92a2b9a2b9fbe54adec28ddb60f35b1 (patch) | |
| tree | 5625ddaa918acc0eec1b22a5d551c624fcefb311 /util/Makefile.local | |
| parent | 46ab6013a29233b32dba49cf9c50e70fd02db1c3 (diff) | |
util: add unicode_word_utf8
This originally use Xapian::Unicode::is_wordchar, but that forces
clients to link directly to libxapian, which seems like it might be
busywork if nothing else.
Diffstat (limited to 'util/Makefile.local')
| -rw-r--r-- | util/Makefile.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/Makefile.local b/util/Makefile.local index ba03230e..46f8af3a 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -5,7 +5,8 @@ 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)/gmime-extra.c $(dir)/crypto.c + $(dir)/util.c $(dir)/gmime-extra.c $(dir)/crypto.c \ + $(dir)/unicode-util.c libnotmuch_util_modules := $(libnotmuch_util_c_srcs:.c=.o) |
