]> git.notmuchmail.org Git - notmuch/commit
Use C++ compiler to link notmuch binaries
authorAaron Ecay <aaronecay@gmail.com>
Sun, 11 Apr 2010 23:44:51 +0000 (19:44 -0400)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 17:27:36 +0000 (10:27 -0700)
commit16f0e7dcf4dc42f9637fdc82f887761b246b98c9
tree45fa13afb41302feaefb06b3512284280abe166d
parentdb96d67ba2e2ae01bc3139a3a22cc5433880cbae
Use C++ compiler to link notmuch binaries

Since the binaries contain C++ code, it is necessary to use the C++
linker, or errors result on some platforms (OS X).

Signed-off-by: Aaron Ecay <aaronecay@gmail.com>
Makefile.local