* mu4e: restructure code a bit and enable byte-compilation

This commit is contained in:
djcb
2012-04-09 16:34:52 +03:00
parent b943f5630e
commit edda59bff7
13 changed files with 708 additions and 615 deletions

View File

@ -17,28 +17,24 @@
include $(top_srcdir)/gtest.mk
SUBDIRS=
BUILT_SOURCES=mu4e-version.el
mu4e-version.el: $(top_srcdir)/configure.ac
@echo -e ";; auto-generated\n\
(defconst mu4e-mu-version \"$(VERSION)\" \"Required mu binary version.\")\n\
(provide 'mu4e-version)\n" >$@
info_TEXINFOS=mu4e.texi
mu4e_TEXINFOS=fdl.texi
elispdir= ${prefix}/share/emacs/site-lisp/mu4e/
elisp_DATA= \
mu4e.el \
lispdir=${prefix}/share/emacs/site-lisp/mu4e/
dist_lisp_LISP= \
mu4e-utils.el \
mu4e-hdrs.el \
mu4e-view.el \
mu4e-proc.el \
mu4e-main.el \
mu4e-proc.el \
mu4e-raw-view.el \
mu4e-send.el \
mu4e-speedbar.el \
mu4e-utils.el \
mu4e-vars.el \
mu4e-version.el \
mu4e-view.el \
mu4e.el \
org-mu4e.el
EXTRA_DIST=$(elisp_DATA)