X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=2b91946553085ba60ecd420df7138d55e24b9acd;hp=7f2d4f13034f790ff442d48156645d67af57a5e2;hb=7beeb8c88a014ecbc53d8241f10683b3c4c16228;hpb=69843dd6283f17656510f1aae197bc263f9633e1 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)