* 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

@ -29,7 +29,13 @@ else
guile=
endif
SUBDIRS=m4 man src $(widgets) $(guile) emacs contrib toys
if HAVE_EMACS
emacs=emacs
else
emacs=
endif
SUBDIRS=m4 man src $(widgets) $(guile) $(emacs) contrib toys
ACLOCAL_AMFLAGS=-I m4