[evolution] Rename libeshell to libevolution-shell.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Rename libeshell to libevolution-shell.
- Date: Tue, 28 May 2013 14:33:33 +0000 (UTC)
commit 70a9fcdf9c61c09fcac72ddf99e73cb57ed99017
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun May 26 15:41:29 2013 -0400
Rename libeshell to libevolution-shell.
To make Evolution's shared libraries more consistent.
Also rename the documentation module to evolution-shell.
addressbook/gui/contact-list-editor/Makefile.am | 2 +-
addressbook/gui/widgets/Makefile.am | 2 +-
addressbook/importers/Makefile.am | 2 +-
addressbook/printing/Makefile.am | 2 +-
addressbook/util/Makefile.am | 2 +-
calendar/gui/Makefile.am | 2 +-
calendar/importers/Makefile.am | 2 +-
composer/Makefile.am | 2 +-
configure.ac | 2 +-
doc/reference/Makefile.am | 2 +-
.../{libeshell => evolution-shell}/Makefile.am | 4 ++--
.../evolution-shell-docs.sgml} | 13 ++++++++-----
.../evolution-shell-overrides.txt} | 0
.../evolution-shell-sections.txt} | 0
.../evolution-shell.types} | 0
.../tmpl/e-mail-account-manager.sgml | 0
.../tmpl/e-mail-account-tree-view.sgml | 0
.../tmpl/e-mail-identity-combo-box.sgml | 0
em-format/Makefile.am | 2 +-
evolution-shell.pc.in | 2 +-
mail/Makefile.am | 2 +-
mail/importers/Makefile.am | 5 ++---
modules/addressbook/Makefile.am | 2 +-
modules/backup-restore/Makefile.am | 2 +-
modules/calendar/Makefile.am | 2 +-
modules/composer-autosave/Makefile.am | 2 +-
modules/itip-formatter/Makefile.am | 2 +-
modules/itip-formatter/plugin/Makefile.am | 2 +-
modules/mail/Makefile.am | 2 +-
modules/mailto-handler/Makefile.am | 2 +-
modules/mdn/Makefile.am | 2 +-
modules/offline-alert/Makefile.am | 2 +-
modules/plugin-manager/Makefile.am | 2 +-
modules/prefer-plain/Makefile.am | 2 +-
modules/settings/Makefile.am | 2 +-
modules/spamassassin/Makefile.am | 2 +-
modules/startup-wizard/Makefile.am | 2 +-
modules/text-highlight/Makefile.am | 2 +-
plugins/attachment-reminder/Makefile.am | 2 +-
plugins/bbdb/Makefile.am | 2 +-
plugins/dbx-import/Makefile.am | 2 +-
plugins/external-editor/Makefile.am | 2 +-
plugins/mail-notification/Makefile.am | 2 +-
plugins/mail-to-task/Makefile.am | 2 +-
plugins/mailing-list-actions/Makefile.am | 2 +-
plugins/pst-import/Makefile.am | 2 +-
plugins/publish-calendar/Makefile.am | 2 +-
plugins/save-calendar/Makefile.am | 2 +-
plugins/templates/Makefile.am | 2 +-
shell/Makefile.am | 18 +++++++++---------
smime/gui/Makefile.am | 2 +-
51 files changed, 62 insertions(+), 60 deletions(-)
---
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index 8ccbdc6..6f38f09 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -25,7 +25,7 @@ libecontactlisteditor_la_LIBADD = \
$(top_builddir)/addressbook/util/libeabutil.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.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/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index 0c54ae5..b73beda 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -73,7 +73,7 @@ libeabwidgets_la_SOURCES = \
ea-addressbook.h
libeabwidgets_la_LIBADD = \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/addressbook/util/libeabutil.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am
index ccaa202..cce02a0 100644
--- a/addressbook/importers/Makefile.am
+++ b/addressbook/importers/Makefile.am
@@ -22,7 +22,7 @@ libevolution_addressbook_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libevolution_addressbook_importers_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/addressbook/util/libeabutil.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index eeb80af..c51eb14 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -45,7 +45,7 @@ contact_print_test_SOURCES = test-print.c
contact_print_test_LDADD = \
libecontactprint.la \
$(top_builddir)/addressbook/util/libeabutil.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/e-util/libevolution-util.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS)
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am
index 98e9fe1..f11c618 100644
--- a/addressbook/util/Makefile.am
+++ b/addressbook/util/Makefile.am
@@ -23,7 +23,7 @@ libeabutil_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libeabutil_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(CAMEL_LIBS) \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GTKHTML_LIBS) \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 591444a..6d19691 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -203,7 +203,7 @@ libevolution_calendar_la_LIBADD = \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/calendar/gui/dialogs/libcal-dialogs.la \
$(top_builddir)/calendar/importers/libevolution-calendar-importers.la \
$(top_builddir)/e-util/libevolution-util.la \
diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am
index ae4ae68..686827c 100644
--- a/calendar/importers/Makefile.am
+++ b/calendar/importers/Makefile.am
@@ -19,7 +19,7 @@ libevolution_calendar_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libevolution_calendar_importers_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/composer/Makefile.am b/composer/Makefile.am
index 69d4260..1e846b9 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -56,7 +56,7 @@ libcomposer_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libcomposer_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/em-format/libemformat.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
diff --git a/configure.ac b/configure.ac
index 6f1bb56..9dbc2ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1429,7 +1429,7 @@ data/evolution-alarm-notify.desktop.in
data/icons/Makefile
doc/Makefile
doc/reference/Makefile
-doc/reference/libeshell/Makefile
+doc/reference/evolution-shell/Makefile
doc/reference/evolution-util/Makefile
e-util/Makefile
em-format/Makefile
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 7e04e12..bfa5808 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = evolution-util libeshell
+SUBDIRS = evolution-util evolution-shell
-include $(top_srcdir)/git.mk
diff --git a/doc/reference/libeshell/Makefile.am b/doc/reference/evolution-shell/Makefile.am
similarity index 93%
rename from doc/reference/libeshell/Makefile.am
rename to doc/reference/evolution-shell/Makefile.am
index 90260b5..5ff5a0a 100644
--- a/doc/reference/libeshell/Makefile.am
+++ b/doc/reference/evolution-shell/Makefile.am
@@ -1,5 +1,5 @@
# The name of the module.
-DOC_MODULE=libeshell
+DOC_MODULE=evolution-shell
# The top-level SGML file.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
@@ -28,7 +28,7 @@ GTKDOC_CFLAGS= \
GTKDOC_LIBS= \
$(top_builddir)/libemail-engine/libemail-engine.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/e-util/libevolution-util.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/doc/reference/libeshell/libeshell-docs.sgml
b/doc/reference/evolution-shell/evolution-shell-docs.sgml
similarity index 73%
rename from doc/reference/libeshell/libeshell-docs.sgml
rename to doc/reference/evolution-shell/evolution-shell-docs.sgml
index 992e0b2..ba1305e 100644
--- a/doc/reference/libeshell/libeshell-docs.sgml
+++ b/doc/reference/evolution-shell/evolution-shell-docs.sgml
@@ -1,12 +1,15 @@
<?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
-<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
+]>
+<book id="index">
<bookinfo>
<title>Evolution Shell Reference Manual</title>
<releaseinfo>
The latest version of this documentation can be found on-line at
- <ulink role="online-location"
url="http://library.gnome.org/devel/libeshell/">http://library.gnome.org/devel/libeshell/</ulink>.
+ <ulink role="online-location"
url="http://developer.gnome.org/evolution-shell/">http://developer.gnome.org/evolution-shell/</ulink>.
</releaseinfo>
</bookinfo>
@@ -30,7 +33,7 @@
<xi:include href="xml/action-groups.xml"/>
</chapter>
- <chapter>
+ <chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
diff --git a/doc/reference/libeshell/libeshell-overrides.txt
b/doc/reference/evolution-shell/evolution-shell-overrides.txt
similarity index 100%
rename from doc/reference/libeshell/libeshell-overrides.txt
rename to doc/reference/evolution-shell/evolution-shell-overrides.txt
diff --git a/doc/reference/libeshell/libeshell-sections.txt
b/doc/reference/evolution-shell/evolution-shell-sections.txt
similarity index 100%
rename from doc/reference/libeshell/libeshell-sections.txt
rename to doc/reference/evolution-shell/evolution-shell-sections.txt
diff --git a/doc/reference/libeshell/libeshell.types b/doc/reference/evolution-shell/evolution-shell.types
similarity index 100%
rename from doc/reference/libeshell/libeshell.types
rename to doc/reference/evolution-shell/evolution-shell.types
diff --git a/doc/reference/libeshell/tmpl/e-mail-account-manager.sgml
b/doc/reference/evolution-shell/tmpl/e-mail-account-manager.sgml
similarity index 100%
rename from doc/reference/libeshell/tmpl/e-mail-account-manager.sgml
rename to doc/reference/evolution-shell/tmpl/e-mail-account-manager.sgml
diff --git a/doc/reference/libeshell/tmpl/e-mail-account-tree-view.sgml
b/doc/reference/evolution-shell/tmpl/e-mail-account-tree-view.sgml
similarity index 100%
rename from doc/reference/libeshell/tmpl/e-mail-account-tree-view.sgml
rename to doc/reference/evolution-shell/tmpl/e-mail-account-tree-view.sgml
diff --git a/doc/reference/libeshell/tmpl/e-mail-identity-combo-box.sgml
b/doc/reference/evolution-shell/tmpl/e-mail-identity-combo-box.sgml
similarity index 100%
rename from doc/reference/libeshell/tmpl/e-mail-identity-combo-box.sgml
rename to doc/reference/evolution-shell/tmpl/e-mail-identity-combo-box.sgml
diff --git a/em-format/Makefile.am b/em-format/Makefile.am
index 36a747d..45e96fd 100644
--- a/em-format/Makefile.am
+++ b/em-format/Makefile.am
@@ -110,7 +110,7 @@ endif
libemformat_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.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/evolution-shell.pc.in b/evolution-shell.pc.in
index b987baf..8cc57e9 100644
--- a/evolution-shell.pc.in
+++ b/evolution-shell.pc.in
@@ -19,5 +19,5 @@ Description: libraries needed for Evolution shell components
Version: @VERSION@
Requires: gtk+-3.0 libebackend-1.2 webkitgtk-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0
Requires.private: gnome-desktop-3.0
-Libs: -L${privlibdir} -leshell -levolution-util -Wl,-R${privlibdir}
+Libs: -L${privlibdir} -levolution-shell -levolution-util -Wl,-R${privlibdir}
Cflags: -I${privincludedir}
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 77ab040..19e7932 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 69a4277..540a7f8 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)
diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am
index 1438b50..179fb78 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 4ddfff3..12f331b 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 ad38b12..8422fb1 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 08b263a..08f3c48 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 0b4d7e9..7078fc3 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 648d3f3..f6840f1 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 14bbf9b..232e0de 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 92ccb91..be42894 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 51fc488..4934992 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 5c7b42e..cc8c1e7 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 121480b..3a594bb 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 2b241e4..ebfa509 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 523c4c3..9d0b214 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 5dd66d8..5cd36bb 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 728ab86..7700fb8 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 44d3224..f5b33d6 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)
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am
index 1b66828..36f15a0 100644
--- a/plugins/attachment-reminder/Makefile.am
+++ b/plugins/attachment-reminder/Makefile.am
@@ -24,7 +24,7 @@ liborg_gnome_evolution_attachment_reminder_la_LDFLAGS = -module -avoid-version $
liborg_gnome_evolution_attachment_reminder_la_LIBADD = \
$(top_builddir)/composer/libcomposer.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
$(top_builddir)/e-util/libevolution-util.la \
diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am
index 38cfe0a..958c643 100644
--- a/plugins/bbdb/Makefile.am
+++ b/plugins/bbdb/Makefile.am
@@ -25,7 +25,7 @@ liborg_gnome_evolution_bbdb_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_evolution_bbdb_la_LIBADD = \
$(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/plugins/dbx-import/Makefile.am b/plugins/dbx-import/Makefile.am
index e44d216..3f0d5cf 100644
--- a/plugins/dbx-import/Makefile.am
+++ b/plugins/dbx-import/Makefile.am
@@ -25,7 +25,7 @@ liborg_gnome_dbx_import_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_dbx_import_la_LIBADD = \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/e-util/libevolution-util.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/plugins/external-editor/Makefile.am b/plugins/external-editor/Makefile.am
index 5fe2b09..dab9c04 100644
--- a/plugins/external-editor/Makefile.am
+++ b/plugins/external-editor/Makefile.am
@@ -38,7 +38,7 @@ liborg_gnome_external_editor_la_LDFLAGS = \
liborg_gnome_external_editor_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/composer/libcomposer.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
$(top_builddir)/mail/libevolution-mail.la \
diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am
index fbb2cd0..2b5fef0 100644
--- a/plugins/mail-notification/Makefile.am
+++ b/plugins/mail-notification/Makefile.am
@@ -27,7 +27,7 @@ liborg_gnome_mail_notification_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINE
liborg_gnome_mail_notification_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/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am
index 3ef65c6..ddd2340 100644
--- a/plugins/mail-to-task/Makefile.am
+++ b/plugins/mail-to-task/Makefile.am
@@ -17,7 +17,7 @@ liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_mail_to_task_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/em-format/libemformat.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/mail/libevolution-mail.la \
diff --git a/plugins/mailing-list-actions/Makefile.am b/plugins/mailing-list-actions/Makefile.am
index ba32b5a..4914ed7 100644
--- a/plugins/mailing-list-actions/Makefile.am
+++ b/plugins/mailing-list-actions/Makefile.am
@@ -19,7 +19,7 @@ liborg_gnome_mailing_list_actions_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/composer/libcomposer.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/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am
index b8a5770..675968e 100644
--- a/plugins/pst-import/Makefile.am
+++ b/plugins/pst-import/Makefile.am
@@ -25,7 +25,7 @@ liborg_gnome_pst_import_la_SOURCES = pst-importer.c
liborg_gnome_pst_import_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_pst_import_la_LIBADD = \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/mail/libevolution-mail.la \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/libemail-engine/libemail-engine.la \
diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am
index 22d760b..cb7540b 100644
--- a/plugins/publish-calendar/Makefile.am
+++ b/plugins/publish-calendar/Makefile.am
@@ -34,7 +34,7 @@ liborg_gnome_publish_calendar_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED
liborg_gnome_publish_calendar_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 \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am
index 3aee9fc..3bb958a 100644
--- a/plugins/save-calendar/Makefile.am
+++ b/plugins/save-calendar/Makefile.am
@@ -21,7 +21,7 @@ liborg_gnome_save_calendar_la_SOURCES = \
liborg_gnome_save_calendar_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_save_calendar_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/plugins/templates/Makefile.am b/plugins/templates/Makefile.am
index 5e6c5ad..6848aa8 100644
--- a/plugins/templates/Makefile.am
+++ b/plugins/templates/Makefile.am
@@ -20,7 +20,7 @@ liborg_gnome_templates_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_templates_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/composer/libcomposer.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/shell/Makefile.am b/shell/Makefile.am
index f24e88f..a39558b 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -2,9 +2,9 @@
bin_PROGRAMS = evolution
# Shell library
-privsolib_LTLIBRARIES = libeshell.la
+privsolib_LTLIBRARIES = libevolution-shell.la
-eshellincludedir = $(privincludedir)/shell
+evolution_shell_includedir = $(privincludedir)/shell
ENUM_TYPES = e-shell.h
@@ -21,7 +21,7 @@ e-shell-enumtypes.c: $(top_srcdir)/enumtypes.c.template $(ENUM_TYPES)
ENUM_GENERATED = e-shell-enumtypes.h e-shell-enumtypes.c
-eshellinclude_HEADERS = \
+evolution_shell_include_HEADERS = \
e-shell.h \
e-shell-backend.h \
e-shell-common.h \
@@ -37,7 +37,7 @@ eshellinclude_HEADERS = \
e-shell-window-actions.h \
es-event.h
-libeshell_la_CPPFLAGS = \
+libevolution_shell_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(NM_CPPFLAGS) \
-I$(top_srcdir) \
@@ -64,8 +64,8 @@ libeshell_la_CPPFLAGS = \
$(GTKHTML_CFLAGS) \
$(CLUTTER_GTK_CFLAGS)
-libeshell_la_SOURCES = \
- $(eshellinclude_HEADERS) \
+libevolution_shell_la_SOURCES = \
+ $(evolution_shell_include_HEADERS) \
e-shell.c \
e-shell-backend.c \
e-shell-content.c \
@@ -85,9 +85,9 @@ libeshell_la_SOURCES = \
evo-version.h \
es-event.c
-libeshell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
+libevolution_shell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
-libeshell_la_LIBADD = \
+libevolution_shell_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
@@ -130,7 +130,7 @@ evolution_SOURCES = \
e-migrate-base-dirs.c
evolution_LDADD = \
- libeshell.la \
+ libevolution-shell.la \
$(top_builddir)/e-util/libevolution-util.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am
index 5d35218..09c9fa8 100644
--- a/smime/gui/Makefile.am
+++ b/smime/gui/Makefile.am
@@ -37,7 +37,7 @@ libevolution_smime_la_SOURCES = \
libevolution_smime_la_LIBADD = \
$(top_builddir)/e-util/libevolution-util.la \
- $(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/shell/libevolution-shell.la \
$(top_builddir)/smime/lib/libessmime.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]