X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2FMakefile.local;h=905f23763468149b8ced3a5f7e9585701da2d0fe;hp=c7cae61eebe707ee163516fb868e08b7b574c6ae;hb=4e2c351c588ad74f4800ca0344232be90387c54a;hpb=5c12ee4b5d942b5c9efc79922d25b1cf9934aab0 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)