X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f;hb=3bf27d6c5867a14c58735adba36a3a9ead06a8ff;hp=e34da0be13e828e8a7f3a5033c1ec23941f6ce06;hpb=7d9851e293fad762cd959e9be819e48a26087cdc;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index e34da0be..f759c0dc 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -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))