diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-04 09:46:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-04 10:00:32 +0800 |
commit | 7ecdf2606904291a032aa6b49a157a531312c5df (patch) | |
tree | 35aafce3180f691618ca4451dc72a6d933c8cd80 | |
parent | 561e255b42908f3a1010352cf956c94825eb344a (diff) | |
download | gsoc2013-evolution-7ecdf2606904291a032aa6b49a157a531312c5df.tar.gz gsoc2013-evolution-7ecdf2606904291a032aa6b49a157a531312c5df.tar.zst gsoc2013-evolution-7ecdf2606904291a032aa6b49a157a531312c5df.zip |
Add composer-autosave to SUBDIRS.
-rw-r--r-- | modules/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 75f7713b56..6ce14d57d2 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS = \ addressbook \ calendar \ mail \ + composer-autosave \ mailto-handler \ plugin-lib \ startup-wizard \ |