aboutsummaryrefslogtreecommitdiffstats
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/addressbook/Makefile.am2
-rw-r--r--modules/backup-restore/Makefile.am2
-rw-r--r--modules/calendar/Makefile.am2
-rw-r--r--modules/composer-autosave/Makefile.am2
-rw-r--r--modules/itip-formatter/Makefile.am2
-rw-r--r--modules/itip-formatter/plugin/Makefile.am2
-rw-r--r--modules/mail/Makefile.am2
-rw-r--r--modules/mailto-handler/Makefile.am2
-rw-r--r--modules/mdn/Makefile.am2
-rw-r--r--modules/offline-alert/Makefile.am2
-rw-r--r--modules/plugin-manager/Makefile.am2
-rw-r--r--modules/prefer-plain/Makefile.am2
-rw-r--r--modules/settings/Makefile.am2
-rw-r--r--modules/spamassassin/Makefile.am2
-rw-r--r--modules/startup-wizard/Makefile.am2
-rw-r--r--modules/text-highlight/Makefile.am2
16 files changed, 16 insertions, 16 deletions
diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am
index 1438b50ac2..179fb78928 100644
--- a/modules/addressbook/Makefile.am
+++ b/modules/addressbook/Makefile.am
@@ -54,7 +54,7 @@ module_addressbook_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/addressbook/printing/libecontactprint.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \
$(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \
$(top_builddir)/addressbook/util/libeabutil.la \
diff --git a/modules/backup-restore/Makefile.am b/modules/backup-restore/Makefile.am
index 4ddfff3890..12f331b3ce 100644
--- a/modules/backup-restore/Makefile.am
+++ b/modules/backup-restore/Makefile.am
@@ -27,7 +27,7 @@ module_backup_restore_la_SOURCES = \
module_backup_restore_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
diff --git a/modules/calendar/Makefile.am b/modules/calendar/Makefile.am
index ad38b1211f..8422fb1e7f 100644
--- a/modules/calendar/Makefile.am
+++ b/modules/calendar/Makefile.am
@@ -67,7 +67,7 @@ module_calendar_la_SOURCES = \
e-task-shell-view-private.h
module_calendar_la_LIBADD = \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/calendar/importers/libevolution-calendar-importers.la \
$(top_builddir)/mail/libevolution-mail.la \
diff --git a/modules/composer-autosave/Makefile.am b/modules/composer-autosave/Makefile.am
index 08b263a9a3..08f3c480e7 100644
--- a/modules/composer-autosave/Makefile.am
+++ b/modules/composer-autosave/Makefile.am
@@ -16,7 +16,7 @@ module_composer_autosave_la_SOURCES = \
e-composer-registry.c
module_composer_autosave_la_LIBADD = \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/e-util/libevolution-util.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
diff --git a/modules/itip-formatter/Makefile.am b/modules/itip-formatter/Makefile.am
index 0b4d7e9144..7078fc352e 100644
--- a/modules/itip-formatter/Makefile.am
+++ b/modules/itip-formatter/Makefile.am
@@ -32,7 +32,7 @@ module_itip_formatter_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/em-format/libemformat.la \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
diff --git a/modules/itip-formatter/plugin/Makefile.am b/modules/itip-formatter/plugin/Makefile.am
index 648d3f3be2..f6840f1fc0 100644
--- a/modules/itip-formatter/plugin/Makefile.am
+++ b/modules/itip-formatter/plugin/Makefile.am
@@ -25,7 +25,7 @@ liborg_gnome_itip_formatter_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/em-format/libemformat.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am
index 14bbf9b219..232e0de6ee 100644
--- a/modules/mail/Makefile.am
+++ b/modules/mail/Makefile.am
@@ -44,7 +44,7 @@ module_mail_la_LIBADD = \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/em-format/libemformat.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/mail/importers/libevolution-mail-importers.la \
diff --git a/modules/mailto-handler/Makefile.am b/modules/mailto-handler/Makefile.am
index 92ccb91849..be4289402a 100644
--- a/modules/mailto-handler/Makefile.am
+++ b/modules/mailto-handler/Makefile.am
@@ -13,7 +13,7 @@ module_mailto_handler_la_SOURCES = \
module_mailto_handler_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)
diff --git a/modules/mdn/Makefile.am b/modules/mdn/Makefile.am
index 51fc488b05..4934992f8c 100644
--- a/modules/mdn/Makefile.am
+++ b/modules/mdn/Makefile.am
@@ -15,7 +15,7 @@ module_mdn_la_LIBADD = \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)
diff --git a/modules/offline-alert/Makefile.am b/modules/offline-alert/Makefile.am
index 5c7b42e00b..cc8c1e7b84 100644
--- a/modules/offline-alert/Makefile.am
+++ b/modules/offline-alert/Makefile.am
@@ -13,7 +13,7 @@ module_offline_alert_la_SOURCES = \
module_offline_alert_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)
diff --git a/modules/plugin-manager/Makefile.am b/modules/plugin-manager/Makefile.am
index 121480b5ca..3a594bbff8 100644
--- a/modules/plugin-manager/Makefile.am
+++ b/modules/plugin-manager/Makefile.am
@@ -13,7 +13,7 @@ module_plugin_manager_la_SOURCES = \
module_plugin_manager_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)
diff --git a/modules/prefer-plain/Makefile.am b/modules/prefer-plain/Makefile.am
index 2b241e4ebd..ebfa509b77 100644
--- a/modules/prefer-plain/Makefile.am
+++ b/modules/prefer-plain/Makefile.am
@@ -22,7 +22,7 @@ module_prefer_plain_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/em-format/libemformat.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)
diff --git a/modules/settings/Makefile.am b/modules/settings/Makefile.am
index 523c4c38d9..9d0b214c59 100644
--- a/modules/settings/Makefile.am
+++ b/modules/settings/Makefile.am
@@ -50,7 +50,7 @@ module_settings_la_SOURCES = \
module_settings_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/em-format/libemformat.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
diff --git a/modules/spamassassin/Makefile.am b/modules/spamassassin/Makefile.am
index 5dd66d8138..5cd36bb39f 100644
--- a/modules/spamassassin/Makefile.am
+++ b/modules/spamassassin/Makefile.am
@@ -14,7 +14,7 @@ module_spamassassin_la_SOURCES = \
module_spamassassin_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/mail/libevolution-mail.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/libemail-engine/libemail-engine.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/modules/startup-wizard/Makefile.am b/modules/startup-wizard/Makefile.am
index 728ab863f0..7700fb8380 100644
--- a/modules/startup-wizard/Makefile.am
+++ b/modules/startup-wizard/Makefile.am
@@ -23,7 +23,7 @@ module_startup_wizard_la_SOURCES = \
module_startup_wizard_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/libemail-engine/libemail-engine.la \
diff --git a/modules/text-highlight/Makefile.am b/modules/text-highlight/Makefile.am
index 44d32244f1..f5b33d64c5 100644
--- a/modules/text-highlight/Makefile.am
+++ b/modules/text-highlight/Makefile.am
@@ -24,7 +24,7 @@ module_text_highlight_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/em-format/libemformat.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(GTKHTML_LIBS)