X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/8cca886b10c5ec44f3214701c0c1e3c896d53d5c..cfabfc6dab95f28eaa3d7261bca38ade32a69f79:/Makefile.local diff --git a/Makefile.local b/Makefile.local index 61a9c4c3..066ecf23 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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 \