diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-28 09:35:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-28 21:56:30 +0800 |
commit | 9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41 (patch) | |
tree | 0f3f5a0347fe0c583ac52e4ff24e70c258ee880f /modules | |
parent | 04aa0fba1f96cac50e8006e7dd806cf042138851 (diff) | |
download | gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar.gz gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar.bz2 gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar.lz gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar.xz gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar.zst gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.zip |
Rename libcomposer to libevolution-mail-composer.
To make Evolution's shared libraries more consistent.
Also add an evolution-mail-composer documentation module.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/addressbook/Makefile.am | 2 | ||||
-rw-r--r-- | modules/composer-autosave/Makefile.am | 2 | ||||
-rw-r--r-- | modules/mail/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index 179fb78928..8faf8a3967 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -52,7 +52,7 @@ endif module_addressbook_la_LIBADD = \ $(SMIME_LIB) \ $(top_builddir)/e-util/libevolution-util.la \ - $(top_builddir)/composer/libcomposer.la \ + $(top_builddir)/composer/libevolution-mail-composer.la \ $(top_builddir)/addressbook/printing/libecontactprint.la \ $(top_builddir)/shell/libevolution-shell.la \ $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ diff --git a/modules/composer-autosave/Makefile.am b/modules/composer-autosave/Makefile.am index 08f3c480e7..b8f30576af 100644 --- a/modules/composer-autosave/Makefile.am +++ b/modules/composer-autosave/Makefile.am @@ -17,7 +17,7 @@ module_composer_autosave_la_SOURCES = \ module_composer_autosave_la_LIBADD = \ $(top_builddir)/shell/libevolution-shell.la \ - $(top_builddir)/composer/libcomposer.la \ + $(top_builddir)/composer/libevolution-mail-composer.la \ $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index 4090356408..29e8388109 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -45,7 +45,7 @@ module_mail_la_LIBADD = \ $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/em-format/libevolution-mail-formatter.la \ $(top_builddir)/shell/libevolution-shell.la \ - $(top_builddir)/composer/libcomposer.la \ + $(top_builddir)/composer/libevolution-mail-composer.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/mail/importers/libevolution-mail-importers.la \ $(libevolution_mail_settings_la) \ |