* mu4e: add mu4e-draft.el to Makefile.am

This commit is contained in:
djcb 2012-10-31 20:35:05 +02:00
parent 13e57114b4
commit d70d4e55ea
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ dist_lisp_LISP= \
mu4e-about.el \
mu4e-actions.el \
mu4e-compose.el \
mu4e-draft.el \
mu4e-headers.el \
mu4e-main.el \
mu4e-mark.el \
@ -39,7 +40,7 @@ dist_lisp_LISP= \
mu4e-view.el \
mu4e.el \
org-mu4e.el
mu4e-about.el: mu4e-about.org
@echo ";; auto-generated" > mu4e-about.el
@echo "(defconst mu4e-about \"" >> mu4e-about.el