]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Adding an S-expression structured output printer.
[notmuch] / Makefile.local
index 7f2d4f13034f790ff442d48156645d67af57a5e2..0db1713e1b10121f4e7b92fdb7ca4066a97ebf77 100644 (file)
@@ -270,6 +270,7 @@ notmuch_client_srcs =               \
        notmuch-tag.c           \
        notmuch-time.c          \
        sprinter-json.c         \
+       sprinter-sexp.c         \
        sprinter-text.c         \
        query-string.c          \
        mime-node.c             \
@@ -277,7 +278,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)