aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-01 15:23:25 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-01 16:33:17 -0800
commit880b21a097104bee5f50a444c5130695d143fd8a (patch)
treecfade39c10219c402c3638f8b0daf2e51c92f04e /Makefile.local
parent7fd7611b23ad33ed8bb7db44916cb03bbc2c47c1 (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.local')
-rw-r--r--Makefile.local3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.local b/Makefile.local
index aff7d2c0..4b29ad83 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -1,8 +1,7 @@
-all: notmuch notmuch.1.gz
-
emacs: notmuch.elc
notmuch_client_srcs = \
+ $(notmuch_compat_srcs) \
debugger.c \
gmime-filter-reply.c \
notmuch.c \