]> git.notmuchmail.org Git - notmuch/commitdiff
Fix up Makefile for build.
authorAaron Ecay <aaronecay@gmail.com>
Sun, 11 Apr 2010 23:44:52 +0000 (19:44 -0400)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 17:46:36 +0000 (10:46 -0700)
Must set extra_c(xx)flags before including subdir Makefile.local's,
so that there is a blank slate that the subdirs can add on to.

Must include subdir Makefile.local's before global one, otherwise
the compat sources are not added to the list of those to be
compiled.

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

No differences found