X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2FMakefile.local;h=f5d72f79376c2ed9133cc2bd04542f3c0f099841;hp=3027880b45beee8ef24594bcef0410d44ce9d81b;hb=dc2b5a031bb63cd71133237ca5d74ef1223a8925;hpb=1e7dbf7abcf58407a5171e9030056f2ff9bec15a diff --git a/util/Makefile.local b/util/Makefile.local index 3027880b..f5d72f79 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -5,7 +5,9 @@ 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)/util.c $(dir)/gmime-extra.c $(dir)/crypto.c \ + $(dir)/repair.c \ + $(dir)/unicode-util.c libnotmuch_util_modules := $(libnotmuch_util_c_srcs:.c=.o)