X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2FMakefile.local;h=46f8af3a1c8e321207c14748548056e6f5509baf;hp=ba03230e0741b70e0223245b8963db4dec56edd7;hb=a6b0772b60d9191fcc291358eec3d78bfea31f1c;hpb=2f4beda434c59f9e2f5b7c32d26543bad7217ad4 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)