summaryrefslogtreecommitdiff
path: root/Makefile.global
AgeCommit message (Collapse)Author
2017-03-18rename libutil.a to libnotmuch_util.aDavid Bremner
Apparently some systems (MacOS?) have a system library called libutil and the name conflict causes problems. Since this library is quite notmuch specific, rename it to something less generic.
2017-03-02build: use sha256sum instead of sha1sum to sign releasesDavid Bremner
2016-11-26build/emacs: add target to create elpa packageDavid Bremner
This package can be created without emacs, but will only be usable in versions of emacs supporting package.el
2016-11-26build: Move variable definitions to Makefile.globalDavid Bremner
I noticed when trying to use VERSION (and derived variables) in a subdirectory that the top level Makefile.local needed to be included first. But according to c10085c77b407d9ea704f8b4f9e0a805f63e72cb it actually needs to be last. To break this conflict, move the variables definitions into a new Makefile.global.