X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=d58cea04746a498efe0b2016822b6671822f631c;hp=81ee34774386dd8e4de2b6b472896056b434ee83;hb=39c54df26dad01e3ec294f7c4a613d9ee71faf3e;hpb=f5db7ad7d243785c274a99734c681e69d13313d0 diff --git a/Makefile.local b/Makefile.local index 81ee3477..d58cea04 100644 --- a/Makefile.local +++ b/Makefile.local @@ -59,7 +59,7 @@ endif FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(AS_NEEDED_LDFLAGS) $(CONFIGURE_LDFLAGS) .PHONY: all -all: notmuch notmuch-shared build-man +all: notmuch notmuch-shared build-man ruby-bindings ifeq ($(MAKECMDGOALS),) ifeq ($(shell cat .first-build-message 2>/dev/null),) @NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all @@ -107,7 +107,9 @@ dist: $(TAR_FILE) .PHONY: update-versions update-versions: - sed -i "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" $(PV_FILE) + sed -i -e "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" \ + -e "s/^SOVERSION[[:blank:]]*=.*$$/SOVERSION = \'${LIBNOTMUCH_VERSION_MAJOR}\'/" \ + ${PV_FILE} # We invoke make recursively only to force ordering of our phony # targets in the case of parallel invocation of make (-j). @@ -269,6 +271,7 @@ dataclean: distclean notmuch_client_srcs = \ command-line-arguments.c\ debugger.c \ + status.c \ gmime-filter-reply.c \ hooks.c \ notmuch.c \