]> git.notmuchmail.org Git - notmuch/commit
Makefile: Make the top-level Makefile a little more independent.
authorCarl Worth <cworth@cworth.org>
Tue, 10 Nov 2009 16:34:54 +0000 (08:34 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 10 Nov 2009 16:34:54 +0000 (08:34 -0800)
commit946c94b6a19d6c10f79eab6c721e5c7702b78758
tree52c1aad696cc65caa9b51764fcdf0b32c4be812b
parent1a6208bfbd2eeba3da5e570c33506515b115c42e
Makefile: Make the top-level Makefile a little more independent.

Previously, the top-level Makefile was explicitly adding -I./lib to
the compiler flags. However, that's something that's much better done
from within the Makefile.local fragment within the lib directory
itself.
Makefile
lib/Makefile.local