]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
git: Ignore `notmuch-shared'
[notmuch] / emacs / Makefile.local
index bda3997adadd0c2125928bb2cc53e6026e8c95c6..95b6fa456c48d57eab48db2833d0c20e84454ae3 100644 (file)
@@ -1,5 +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))