]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
emacs: Move notmuch-show functionality to notmuch-show.el
[notmuch] / emacs / Makefile.local
index ee402e00c274aaf19e6ea1feb077543c9c4fee13..95b6fa456c48d57eab48db2833d0c20e84454ae3 100644 (file)
@@ -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))