]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
notmuch-query.el: new file to support access to the notmuch database.
[notmuch] / emacs / Makefile.local
index bda3997adadd0c2125928bb2cc53e6026e8c95c6..626a4e51b5cc9e5d8ec366232a6bd2b262867554 100644 (file)
@@ -1,5 +1,11 @@
+# -*- makefile -*-
+
 dir := emacs
-emacs_sources := $(dir)/notmuch.el
+emacs_sources := \
+       $(dir)/notmuch-lib.el \
+       $(dir)/notmuch.el \
+       $(dir)/notmuch-query.el \
+       $(dir)/notmuch-show.el
 
 emacs_bytecode := $(subst .el,.elc,$(emacs_sources))