X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=c274f0736ce92c9824451d0de60cb27ee67af3e6;hp=7f2d4f13034f790ff442d48156645d67af57a5e2;hb=d273ed6cf1bdaa2d644cec4909cbf415ff4d257b;hpb=69843dd6283f17656510f1aae197bc263f9633e1 diff --git a/Makefile.local b/Makefile.local index 7f2d4f13..c274f073 100644 --- a/Makefile.local +++ b/Makefile.local @@ -270,14 +270,16 @@ notmuch_client_srcs = \ notmuch-tag.c \ notmuch-time.c \ sprinter-json.c \ + sprinter-sexp.c \ sprinter-text.c \ query-string.c \ mime-node.c \ crypto.c \ + tag-util.c 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)