]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
emacs: Move body markup to a separate file
[notmuch] / emacs / Makefile.local
index e34da0be13e828e8a7f3a5033c1ec23941f6ce06..f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f 100644 (file)
@@ -5,7 +5,8 @@ emacs_sources := \
        $(dir)/notmuch-lib.el \
        $(dir)/notmuch.el \
        $(dir)/notmuch-query.el \
-       $(dir)/notmuch-show.el
+       $(dir)/notmuch-show.el \
+       $(dir)/notmuch-wash.el
 
 emacs_bytecode := $(subst .el,.elc,$(emacs_sources))