X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2FMakefile.local;h=3ca623ecdc3592a9a89c979cc35ac17223c011bb;hb=fb6edb08005fdae210ed4fdc6ac654db236b8ed2;hp=c7cae61eebe707ee163516fb868e08b7b574c6ae;hpb=5c12ee4b5d942b5c9efc79922d25b1cf9934aab0;p=notmuch diff --git a/util/Makefile.local b/util/Makefile.local index c7cae61e..3ca623ec 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -3,7 +3,7 @@ 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 libutil_modules := $(libutil_c_srcs:.c=.o)