summaryrefslogtreecommitdiff
path: root/lib/Makefile.local
AgeCommit message (Expand)Author
2010-04-06Avoid needlessly linking final notmuch binary against libXapian.Carl Worth
2010-04-06configure: Add support for a --includedir optionCarl Worth
2010-04-06Makefiles: Eliminate the useless quiet_* functions.Carl Worth
2010-04-05RELEASING: Add this file describing the steps to make a release.Carl Worth
2010-04-03Makefile.local: Automatically use makefile modeDavid Edmondson
2010-04-01Compile a static notmuch binary (but only install the shared version)Carl Worth
2010-04-01Makefile: Create include directory when installing headersMichal Sojka
2010-04-01lib: Switch to a 3-part version number for the library interface.Carl Worth
2010-03-31Makefiles: Make the install rules quiet like the compilation rules.Carl Worth
2010-03-31Move installation of library from top-level to lib/Makefile.localCarl Worth
2010-03-31Fix target dependencies for multiple jobsSaleem Abdulrasool
2010-03-31Build and link against notmuch shared library, install notmuch.hBen Gamari
2010-03-10Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth
2010-01-06lib: Implement new notmuch_directory_t API.Carl Worth
2009-11-22Makefile: Magic silent rules.Chris Wilson
2009-11-14lib: Move notmuch_messages_t code from query.cc to new messages.cCarl Worth
2009-11-10Makefile: Make the top-level Makefile a little more independent.Carl Worth
2009-11-10Makefile: Fix dependency generation to make .d files themselves dependent.Carl Worth
2009-11-10Implement a non-recursive make.Carl Worth