X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2FMakefile.local;h=a11e35b98b74571abacb12b1f728fe62faa5e5b2;hb=098ef4af4d0a52a6b4daed5324a7c77f6c9108da;hp=3ca623ecdc3592a9a89c979cc35ac17223c011bb;hpb=902f2e19bdb649baee4e07cdb9cc9e7785f209b5;p=notmuch diff --git a/util/Makefile.local b/util/Makefile.local index 3ca623ec..a11e35b9 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -3,7 +3,8 @@ dir := util extra_cflags += -I$(srcdir)/$(dir) -libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c +libutil_c_srcs := $(dir)/xutil.c $(dir)/error_util.c $(dir)/hex-escape.c \ + $(dir)/string-util.c libutil_modules := $(libutil_c_srcs:.c=.o)