]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
add "notmuch reindex" subcommand
[notmuch] / Makefile.local
index 3d3474e0c97e213358862e671dd009a4600c536c..af12ca7f2ef88353648fbbf584422cd613bdb830 100644 (file)
@@ -212,6 +212,7 @@ dataclean: distclean
        rm -rf $(DATACLEAN)
 
 notmuch_client_srcs =          \
+       $(notmuch_compat_srcs)  \
        command-line-arguments.c\
        debugger.c              \
        status.c                \
@@ -224,6 +225,7 @@ notmuch_client_srcs =               \
        notmuch-dump.c          \
        notmuch-insert.c        \
        notmuch-new.c           \
+       notmuch-reindex.c       \
        notmuch-reply.c         \
        notmuch-restore.c       \
        notmuch-search.c        \