X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2FMakefile.local;h=905f23763468149b8ced3a5f7e9585701da2d0fe;hb=04174cdfadb88237242e0ed2728829c65dc440ec;hp=c7cae61eebe707ee163516fb868e08b7b574c6ae;hpb=d43f6c00b351424e903c2f2b71c34bc5902b467e;p=notmuch diff --git a/util/Makefile.local b/util/Makefile.local index c7cae61e..905f2376 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -3,7 +3,9 @@ dir := util extra_cflags += -I$(srcdir)/$(dir) -libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c +libutil_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 libutil_modules := $(libutil_c_srcs:.c=.o)