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