diff options
author | Carl Worth <cworth@cworth.org> | 2009-12-01 15:23:25 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-12-01 16:33:17 -0800 |
commit | 880b21a097104bee5f50a444c5130695d143fd8a (patch) | |
tree | cfade39c10219c402c3638f8b0daf2e51c92f04e /Makefile | |
parent | 7fd7611b23ad33ed8bb7db44916cb03bbc2c47c1 (diff) |
Makefile: Incorporate getline implementation into the build.
It's unconditional for a very short time. We expect to soon be
building it only if necessary.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -32,9 +32,11 @@ override LDFLAGS += \ $(shell pkg-config --libs glib-2.0 gmime-2.4 talloc) \ $(shell xapian-config --libs) -# Include our local Makefile.local first so that its first target is default -include Makefile.local +all: notmuch notmuch.1.gz + include lib/Makefile.local +include compat/Makefile.local +include Makefile.local # And get user settings from the output of configure Makefile.config: configure |