From d70d4e55ea93674bf59c4e29fa35c24ee06d214c Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 31 Oct 2012 20:35:05 +0200 Subject: [PATCH] * mu4e: add mu4e-draft.el to Makefile.am --- mu4e/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/Makefile.am b/mu4e/Makefile.am index 49546c68..e806600b 100644 --- a/mu4e/Makefile.am +++ b/mu4e/Makefile.am @@ -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