]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
test: initial performance testing infrastructure
[notmuch] / Makefile.local
index 7f2d4f13034f790ff442d48156645d67af57a5e2..2b91946553085ba60ecd420df7138d55e24b9acd 100644 (file)
@@ -277,7 +277,7 @@ notmuch_client_srcs =               \
 
 notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
 
-notmuch: $(notmuch_client_modules) lib/libnotmuch.a util/libutil.a
+notmuch: $(notmuch_client_modules) lib/libnotmuch.a util/libutil.a parse-time-string/libparse-time-string.a
        $(call quiet,CXX $(CFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -o $@
 
 notmuch-shared: $(notmuch_client_modules) lib/$(LINKER_NAME)