X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=Makefile.local;h=2b91946553085ba60ecd420df7138d55e24b9acd;hb=610f0e09929a5f351f7c1c3850ac7e0d83ffe388;hp=7f2d4f13034f790ff442d48156645d67af57a5e2;hpb=69843dd6283f17656510f1aae197bc263f9633e1;p=notmuch diff --git a/Makefile.local b/Makefile.local index 7f2d4f13..2b919465 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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)