X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2FMakefile.local;h=3027880b45beee8ef24594bcef0410d44ce9d81b;hp=a6962d49cc07390f10a1f9e4e3f22ecb651c2c77;hb=1e7dbf7abcf58407a5171e9030056f2ff9bec15a;hpb=e1c1d33f3726f5cadb2f92d23735dcd1102fbc88;ds=sidebyside 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)