]> git.cworth.org Git - obsolete/notmuch-old/commit
lib: Compile getdate source code and include it in notmuch.a getdate
authorCarl Worth <cworth@cworth.org>
Thu, 11 Mar 2010 00:32:27 +0000 (16:32 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 11 Mar 2010 00:53:19 +0000 (16:53 -0800)
commit9979b998666f839e0bbc11fff8265b6462bea799
treeaac31c1578dd8d3f39755afaeb6e94a6c2dd6997
parentfc3b51f799ba5da9deafbbc4f75cf72b897a6ac8
lib: Compile getdate source code and include it in notmuch.a

We're not actually *using* the getdate source for anything yet, but
this should at least get things integrated nicely into our build
system.

Again, these Makefile tweaks once again pushed me into fixing some
Makefile assignments with "=" to instead use ":=".
Makefile
lib/Makefile.local
lib/getdate/.gitignore [new file with mode: 0644]
lib/getdate/Makefile [new file with mode: 0644]
lib/getdate/Makefile.local [new file with mode: 0644]