]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
python: add notmuch.Database.status_string()
[notmuch] / Makefile.local
index 61a9c4c3a7398ada89ff7dc7a78bd0f7af473ae2..066ecf23360c469eddb0c16490141c6f99541489 100644 (file)
@@ -224,7 +224,7 @@ release-checks:
 .PHONY: verify-newer
 verify-newer:
        @echo -n "Checking that no $(VERSION) release already exists..."
-       @wget -q -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \
+       @wget -q --no-check-certificate -O /dev/null $(RELEASE_URL)/$(TAR_FILE) ; \
        case $$? in \
           8) echo "Good." ;; \
           0) echo "Ouch."; \
@@ -271,6 +271,7 @@ dataclean: distclean
 notmuch_client_srcs =          \
        command-line-arguments.c\
        debugger.c              \
+       status.c                \
        gmime-filter-reply.c    \
        hooks.c                 \
        notmuch.c               \