aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index ee402e00..95b6fa45 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -1,7 +1,10 @@
# -*- makefile -*-
dir := emacs
-emacs_sources := $(dir)/notmuch.el
+emacs_sources := \
+ $(dir)/notmuch-lib.el \
+ $(dir)/notmuch.el \
+ $(dir)/notmuch-show.el
emacs_bytecode := $(subst .el,.elc,$(emacs_sources))