X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2FMakefile.local;h=3ca623ecdc3592a9a89c979cc35ac17223c011bb;hp=c7cae61eebe707ee163516fb868e08b7b574c6ae;hb=902f2e19bdb649baee4e07cdb9cc9e7785f209b5;hpb=113e30c01baab44b67c0065f81cc6073553415fa 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)