diff options
| author | djcb <djcb@djcbsoftware.nl> | 2012-07-10 20:00:06 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2012-07-10 20:00:06 +0300 |
| commit | dc62bd6c75f2bcce95026dcf6660b75ec484458f (patch) | |
| tree | 90dd85f6bd882430aeb11f2d05a7855c4b2b4ee6 /Makefile.am | |
| parent | 710cd609b112fdfc668ce11d725859240d6da68d (diff) | |
* rename emacs/ => mu4e/
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 05b44d6..64fd653 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,12 +30,12 @@ guile= endif if BUILD_MU4E -emacs=emacs +mu4e=mu4e else -emacs= +mu4e= endif -SUBDIRS=m4 man lib $(widgets) $(guile) mu $(emacs) contrib toys +SUBDIRS=m4 man lib $(widgets) $(guile) mu $(mu4e) contrib toys ACLOCAL_AMFLAGS=-I m4 |
