]> git.cworth.org Git - notmuch/commit
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)
commitc10085c77b407d9ea704f8b4f9e0a805f63e72cb
treef85057a74d2a22531f17ae0148cf991f4a2b13ff
parent16f0e7dcf4dc42f9637fdc82f887761b246b98c9
Fix up Makefile for build.

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>
Makefile
Makefile.local
compat/Makefile.local