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 /plugins/attachment-reminder/Makefile.am | |
parent | 04aa0fba1f96cac50e8006e7dd806cf042138851 (diff) | |
download | gsoc2013-evolution-9bfe38c419c7b864b4e1a5f4f2b50416a1e08e41.tar.gz 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 'plugins/attachment-reminder/Makefile.am')
-rw-r--r-- | plugins/attachment-reminder/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am index 36f15a011d..e4a7d99cc0 100644 --- a/plugins/attachment-reminder/Makefile.am +++ b/plugins/attachment-reminder/Makefile.am @@ -23,7 +23,7 @@ liborg_gnome_evolution_attachment_reminder_la_SOURCES = attachment-reminder.c liborg_gnome_evolution_attachment_reminder_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_evolution_attachment_reminder_la_LIBADD = \ - $(top_builddir)/composer/libcomposer.la \ + $(top_builddir)/composer/libevolution-mail-composer.la \ $(top_builddir)/shell/libevolution-shell.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ |