aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
Commit message (Expand)AuthorAge
* lib: Bump SO version from 2.0.0 to 3.0.0Gravatar Austin Clements2012-05-05
* Don't link libnotmuch if libutil isn't linked in properly.Gravatar Tom Prince2011-11-19
* Link libutil using filenmae, rather than using -l.Gravatar Tom Prince2011-11-13
* xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.Gravatar David Bremner2011-10-30
* Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)Gravatar Amadeusz Żołnowski2011-10-24
* lib: bump SONAMEGravatar David Bremner2011-10-04
* lib: bump library minor version because of new symbols.Gravatar David Bremner2011-09-24
* libnotmuch: only build symbols list after the modules are builtGravatar Thomas Jost2011-07-20
* Merge commit '0.6.1'Gravatar David Bremner2011-07-17
|\
| * libnotmuch: export Xapian typeinfo symbolsGravatar David Bremner2011-07-16
* | Use POSIX sed invocationGravatar Robin Green2011-07-03
* | lib/Makefile.local: remove leftover debugging output.Gravatar David Bremner2011-06-29
| * libnotmuch: build symbols list without relying on gcc -aux-info.Gravatar David Bremner2011-06-28
* | libnotmuch: build symbols list without relying on gcc -aux-info.Gravatar David Bremner2011-06-28
* | libnotmuch: fix typos in CLEAN setting, add fileGravatar David Bremner2011-06-28
* | fix sum moar typos [build scripts, Makefiles]Gravatar Pieter Praet2011-06-23
|/
* libnotmuch: add linker script to declare only notmuch_* symbols as global.Gravatar David Bremner2011-06-23
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
* build: Add support for non-source-directory builds.Gravatar Carl Worth2011-03-09
* Makefile: Quote variables used as filenames in shell commandsGravatar Carl Worth2011-01-26
* Increment library version to 1.3.0Gravatar Carl Worth2010-11-11
* lib: Add new implementation of notmuch_filenames_tGravatar Carl Worth2010-11-11
* Update library version to 1.2.0Gravatar Carl Worth2010-11-01
* Do not call ldconfig when building Debian packageGravatar Michal Sojka2010-10-28
* lib: Fix "make install"Gravatar Carl Worth2010-09-21
* make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Gravatar Carl Worth2010-06-04
* Add support for the Solaris platformGravatar Tomas Carnecky2010-06-03
* lib: Increment library version to 1.1.0Gravatar Carl Worth2010-04-27
* Makefile: Add library version information on OS X.Gravatar Carl Worth2010-04-14
* Makefile: Fix library linking command for OS XGravatar Carl Worth2010-04-14
* Add infrastructure for building shared library on OS X.Gravatar Aaron Ecay2010-04-14
* Makefile: Move compat sources from the client code to the library.Gravatar Carl Worth2010-04-14
* Avoid needlessly linking final notmuch binary against libXapian.Gravatar Carl Worth2010-04-06
* configure: Add support for a --includedir optionGravatar Carl Worth2010-04-06
* Makefiles: Eliminate the useless quiet_* functions.Gravatar Carl Worth2010-04-06
* RELEASING: Add this file describing the steps to make a release.Gravatar Carl Worth2010-04-05
* Makefile.local: Automatically use makefile modeGravatar David Edmondson2010-04-03
* Compile a static notmuch binary (but only install the shared version)Gravatar Carl Worth2010-04-01
* Makefile: Create include directory when installing headersGravatar Michal Sojka2010-04-01
* lib: Switch to a 3-part version number for the library interface.Gravatar Carl Worth2010-04-01
* Makefiles: Make the install rules quiet like the compilation rules.Gravatar Carl Worth2010-03-31
* Move installation of library from top-level to lib/Makefile.localGravatar Carl Worth2010-03-31
* Fix target dependencies for multiple jobsGravatar Saleem Abdulrasool2010-03-31
* Build and link against notmuch shared library, install notmuch.hGravatar Ben Gamari2010-03-31
* Makefile: Fix Makefiles to depend on all child Makefile fragments.Gravatar Carl Worth2010-03-10
* lib: Implement new notmuch_directory_t API.Gravatar Carl Worth2010-01-06
* Makefile: Magic silent rules.Gravatar Chris Wilson2009-11-22
* lib: Move notmuch_messages_t code from query.cc to new messages.cGravatar Carl Worth2009-11-14
* Makefile: Make the top-level Makefile a little more independent.Gravatar Carl Worth2009-11-10
* Makefile: Fix dependency generation to make .d files themselves dependent.Gravatar Carl Worth2009-11-10