diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-13 18:09:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-13 18:09:03 +0800 |
commit | 761d41567896f0136465d0eef99ed7e60f544f86 (patch) | |
tree | f4c8c4fe2d82a9e4d326785b8ec5d24592c6acb7 /Makefile.am | |
parent | 02237b6f44db7e1169073bfd302a4cda41f613db (diff) | |
download | gsoc2013-evolution-761d41567896f0136465d0eef99ed7e60f544f86.tar.gz gsoc2013-evolution-761d41567896f0136465d0eef99ed7e60f544f86.tar.zst gsoc2013-evolution-761d41567896f0136465d0eef99ed7e60f544f86.zip |
re-added filter, mail, composer
2002-11-13 Not Zed <NotZed@Ximian.com>
* Makefile.am (SUBDIRS): re-added filter, mail, composer
* configure.in: Added EVOLUTION_MAIL settings, and mail/makefile.
svn path=/trunk/; revision=18737
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c58168e832..c343e0bd25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ confexec_DATA = \ evolution_addressbookConf.sh \ evolution_calendarConf.sh -EXTRA_DIST = \ +EXTRA_DIST = \ AUTHORS \ $(changelogs) \ COPYING-DOCS \ @@ -22,7 +22,7 @@ EXTRA_DIST = \ xml-i18n-extract.in \ $(confexec_DATA:.sh=.sh.in) -SUBDIRS = \ +SUBDIRS = \ data \ e-util \ libical \ @@ -30,11 +30,13 @@ SUBDIRS = \ widgets \ shell \ camel \ - filter \ libwombat \ addressbook \ calendar \ art \ + filter \ + composer \ + mail \ ui \ default_user \ views \ |