X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=95b6fa456c48d57eab48db2833d0c20e84454ae3;hb=9eb360329929258fb243cfb5095989ba45391109;hp=ee402e00c274aaf19e6ea1feb077543c9c4fee13;hpb=d3884a5984c26159169d58b9cc8fb2a137fb48a2;p=notmuch 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))