]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
Makefile: Add library version information on OS X.
authorCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 23:18:19 +0000 (16:18 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 23:18:19 +0000 (16:18 -0700)
This encodes the library version into the library, where the linking
binary can pick it up, and the linker can even enforce mismatches in
the minor release, (such as linking a binary against version 1.2 and
then attempting to run it against version 1.1).


No differences found