]> git.notmuchmail.org Git - notmuch/commit
Makefile: Fix notmuch binary to directly link against Xapian and GMime.
authorCarl Worth <cworth@cworth.org>
Fri, 29 Oct 2010 21:25:09 +0000 (14:25 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 29 Oct 2010 21:32:48 +0000 (14:32 -0700)
commit0b4474f4fa0b30fba6a9b1c0014d87212bad1e20
tree9544a3c71e12c8bd7ec234cd3def69f5b9d59c72
parentadbfff40caeef27b912dbeb2bf3d1038a6e6cab0
Makefile: Fix notmuch binary to directly link against Xapian and GMime.

Without this, trying to link with the gold linker would fail, (which meant
that notmuch could not be compiled out of the box on recent Fedora, nor
even on Debian when the binutils-gold package is installed).
Makefile.local
TODO