aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-27 03:41:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:56:30 +0800
commit70a9fcdf9c61c09fcac72ddf99e73cb57ed99017 (patch)
tree1fa36e300d0d126e889416f807bf7b09018bc63a /mail
parent6c9a3243c9b335cb7e5873b15562263e74293dc2 (diff)
downloadgsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.gz
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.bz2
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.lz
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.xz
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.zst
gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.zip
Rename libeshell to libevolution-shell.
To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile.am2
-rw-r--r--mail/importers/Makefile.am5
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 77ab040d3f..19e7932b8e 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -192,7 +192,7 @@ endif
libevolution_mail_la_LIBADD = \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am
index 69a42779ca..540a7f889d 100644
--- a/mail/importers/Makefile.am
+++ b/mail/importers/Makefile.am
@@ -22,10 +22,9 @@ libevolution_mail_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libevolution_mail_importers_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
$(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/shell/libeshell.la \
- $(top_builddir)/libemail-engine/libemail-engine.la \
+ $(top_builddir)/shell/libevolution-shell.la \
+ $(top_builddir)/libemail-engine/libemail-engine.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)