summaryrefslogtreecommitdiff
path: root/lib/Makefile.local
AgeCommit message (Expand)Author
2013-12-07lib: Bump library version from 3.0.0 to 3.1.0Austin Clements
2013-12-07lib: Make VERSION macros agree with soname versionAustin Clements
2013-01-22lib/Makefile.local: depend on libs we are linking withAmadeusz Żołnowski
2012-10-31lib: add date range query supportJani Nikula
2012-10-31build: build parse-time-string as part of the notmuch lib and static cliJani Nikula
2012-10-27Support OpenBSDAustin Clements
2012-05-05lib: Bump SO version from 2.0.0 to 3.0.0Austin Clements
2011-11-19Don't link libnotmuch if libutil isn't linked in properly.Tom Prince
2011-11-13Link libutil using filenmae, rather than using -l.Tom Prince
2011-10-30xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner
2011-10-24Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)Amadeusz Żołnowski
2011-10-04lib: bump SONAMEDavid Bremner
2011-09-24lib: bump library minor version because of new symbols.David Bremner
2011-07-20libnotmuch: only build symbols list after the modules are builtThomas Jost
2011-07-17Merge commit '0.6.1'David Bremner
2011-07-16libnotmuch: export Xapian typeinfo symbolsDavid Bremner
2011-07-03Use POSIX sed invocationRobin Green
2011-06-29lib/Makefile.local: remove leftover debugging output.David Bremner
2011-06-28libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner
2011-06-28libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner
2011-06-28libnotmuch: fix typos in CLEAN setting, add fileDavid Bremner
2011-06-23fix sum moar typos [build scripts, Makefiles]Pieter Praet
2011-06-23libnotmuch: add linker script to declare only notmuch_* symbols as global.David Bremner
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-03-09build: Add support for non-source-directory builds.Carl Worth
2011-01-26Makefile: Quote variables used as filenames in shell commandsCarl Worth
2010-11-11Increment library version to 1.3.0Carl Worth
2010-11-11lib: Add new implementation of notmuch_filenames_tCarl Worth
2010-11-01Update library version to 1.2.0Carl Worth
2010-10-28Do not call ldconfig when building Debian packageMichal Sojka
2010-09-21lib: Fix "make install"Carl Worth
2010-06-04make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Carl Worth
2010-06-03Add support for the Solaris platformTomas Carnecky
2010-04-27lib: Increment library version to 1.1.0Carl Worth
2010-04-14Makefile: Add library version information on OS X.Carl Worth
2010-04-14Makefile: Fix library linking command for OS XCarl Worth
2010-04-14Add infrastructure for building shared library on OS X.Aaron Ecay
2010-04-14Makefile: Move compat sources from the client code to the library.Carl Worth
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