diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-21 14:01:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-22 13:12:36 +0800 |
commit | c4fedc04941946b2e79bf7a4d5cdb4f34dcd4cbd (patch) | |
tree | 6d51f07b2587db1b7892d7a8cb0afd8098212dcd /modules/Makefile.am | |
parent | 2b8701fa2b3925ab94231884e211bbcdada5359f (diff) | |
download | gsoc2013-evolution-c4fedc04941946b2e79bf7a4d5cdb4f34dcd4cbd.tar.gz gsoc2013-evolution-c4fedc04941946b2e79bf7a4d5cdb4f34dcd4cbd.tar.zst gsoc2013-evolution-c4fedc04941946b2e79bf7a4d5cdb4f34dcd4cbd.zip |
Split MDN handling into a module.
Diffstat (limited to 'modules/Makefile.am')
-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 dd363d27a3..ee3cdfdb1a 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -29,6 +29,7 @@ SUBDIRS = \ mail \ composer-autosave \ mailto-handler \ + mdn \ offline-alert \ plugin-lib \ plugin-manager \ |