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