diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-27 02:57:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-28 21:56:30 +0800 |
commit | 6c9a3243c9b335cb7e5873b15562263e74293dc2 (patch) | |
tree | b94ece5ad2b366aaa9ed06843e74f8f5f14f9e2b /modules | |
parent | 5204abd40cac00e501e3c0823c18016343feec4f (diff) | |
download | gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar.gz gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar.zst gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.zip |
Rename libeutil to libevolution-util.
To make Evolution's shared libraries more consistent.
Also rename the documentation module to evolution-util.
Diffstat (limited to 'modules')
34 files changed, 37 insertions, 37 deletions
diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index be923f7193..1438b50ac2 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -51,7 +51,7 @@ endif module_addressbook_la_LIBADD = \ $(SMIME_LIB) \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/composer/libcomposer.la \ $(top_builddir)/addressbook/printing/libecontactprint.la \ $(top_builddir)/shell/libeshell.la \ diff --git a/modules/audio-inline/Makefile.am b/modules/audio-inline/Makefile.am index ad75a62ab7..c8ce6f3dd2 100644 --- a/modules/audio-inline/Makefile.am +++ b/modules/audio-inline/Makefile.am @@ -20,7 +20,7 @@ module_audio_inline_la_SOURCES = \ evolution-module-audio-inline.c module_audio_inline_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/em-format/libemformat.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ diff --git a/modules/backup-restore/Makefile.am b/modules/backup-restore/Makefile.am index 06312e58bf..4ddfff3890 100644 --- a/modules/backup-restore/Makefile.am +++ b/modules/backup-restore/Makefile.am @@ -26,7 +26,7 @@ module_backup_restore_la_SOURCES = \ $(NULL) module_backup_restore_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/libemail-engine/libemail-engine.la \ @@ -60,7 +60,7 @@ evolution_backup_SOURCES = \ $(NULL) evolution_backup_LDADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/bogofilter/Makefile.am b/modules/bogofilter/Makefile.am index a3e3019bce..778a5f7d92 100644 --- a/modules/bogofilter/Makefile.am +++ b/modules/bogofilter/Makefile.am @@ -12,9 +12,9 @@ module_bogofilter_la_SOURCES = \ evolution-bogofilter.c module_bogofilter_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la \ - $(top_builddir)/libemail-engine/libemail-engine.la \ + $(top_builddir)/libemail-engine/libemail-engine.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) diff --git a/modules/book-config-google/Makefile.am b/modules/book-config-google/Makefile.am index ae9d43687b..387af001cb 100644 --- a/modules/book-config-google/Makefile.am +++ b/modules/book-config-google/Makefile.am @@ -12,7 +12,7 @@ module_book_config_google_la_SOURCES = \ evolution-book-config-google.c module_book_config_google_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/book-config-ldap/Makefile.am b/modules/book-config-ldap/Makefile.am index 732e5fc59c..16086ca33d 100644 --- a/modules/book-config-ldap/Makefile.am +++ b/modules/book-config-ldap/Makefile.am @@ -15,7 +15,7 @@ module_book_config_ldap_la_SOURCES = \ e-source-ldap.h module_book_config_ldap_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/book-config-local/Makefile.am b/modules/book-config-local/Makefile.am index e653ee0d22..392582f522 100644 --- a/modules/book-config-local/Makefile.am +++ b/modules/book-config-local/Makefile.am @@ -12,7 +12,7 @@ module_book_config_local_la_SOURCES = \ evolution-book-config-local.c module_book_config_local_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/book-config-webdav/Makefile.am b/modules/book-config-webdav/Makefile.am index 9f968a89fb..8124b9bea3 100644 --- a/modules/book-config-webdav/Makefile.am +++ b/modules/book-config-webdav/Makefile.am @@ -12,7 +12,7 @@ module_book_config_webdav_la_SOURCES = \ evolution-book-config-webdav.c module_book_config_webdav_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/cal-config-caldav/Makefile.am b/modules/cal-config-caldav/Makefile.am index f7d856b9ae..2a5133f558 100644 --- a/modules/cal-config-caldav/Makefile.am +++ b/modules/cal-config-caldav/Makefile.am @@ -17,7 +17,7 @@ module_cal_config_caldav_la_SOURCES = \ e-caldav-chooser-dialog.h module_cal_config_caldav_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/cal-config-contacts/Makefile.am b/modules/cal-config-contacts/Makefile.am index 90fd7277a8..6ece84f5a8 100644 --- a/modules/cal-config-contacts/Makefile.am +++ b/modules/cal-config-contacts/Makefile.am @@ -16,7 +16,7 @@ module_cal_config_contacts_la_SOURCES = \ e-source-contacts.h module_cal_config_contacts_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/cal-config-google/Makefile.am b/modules/cal-config-google/Makefile.am index 2fb6829c17..b8c380a775 100644 --- a/modules/cal-config-google/Makefile.am +++ b/modules/cal-config-google/Makefile.am @@ -19,7 +19,7 @@ module_cal_config_google_la_SOURCES = \ e-google-chooser.h module_cal_config_google_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/cal-config-local/Makefile.am b/modules/cal-config-local/Makefile.am index fc423ae653..9fd3f436ef 100644 --- a/modules/cal-config-local/Makefile.am +++ b/modules/cal-config-local/Makefile.am @@ -14,7 +14,7 @@ module_cal_config_local_la_SOURCES = \ e-source-local.h module_cal_config_local_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/cal-config-weather/Makefile.am b/modules/cal-config-weather/Makefile.am index 8eddab8107..53d88247bc 100644 --- a/modules/cal-config-weather/Makefile.am +++ b/modules/cal-config-weather/Makefile.am @@ -15,7 +15,7 @@ module_cal_config_weather_la_SOURCES = \ e-source-weather.h module_cal_config_weather_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/cal-config-webcal/Makefile.am b/modules/cal-config-webcal/Makefile.am index 1aeaac236c..f51718359b 100644 --- a/modules/cal-config-webcal/Makefile.am +++ b/modules/cal-config-webcal/Makefile.am @@ -12,7 +12,7 @@ module_cal_config_webcal_la_SOURCES = \ evolution-cal-config-webcal.c module_cal_config_webcal_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/calendar/Makefile.am b/modules/calendar/Makefile.am index 540d61a88f..ad38b1211f 100644 --- a/modules/calendar/Makefile.am +++ b/modules/calendar/Makefile.am @@ -73,7 +73,7 @@ module_calendar_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/composer-autosave/Makefile.am b/modules/composer-autosave/Makefile.am index 1a3b166356..08b263a9a3 100644 --- a/modules/composer-autosave/Makefile.am +++ b/modules/composer-autosave/Makefile.am @@ -18,7 +18,7 @@ module_composer_autosave_la_SOURCES = \ module_composer_autosave_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/composer/libcomposer.la \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) diff --git a/modules/contact-photos/Makefile.am b/modules/contact-photos/Makefile.am index 83b934471f..d25aac8ba8 100644 --- a/modules/contact-photos/Makefile.am +++ b/modules/contact-photos/Makefile.am @@ -18,7 +18,7 @@ module_contact_photos_la_SOURCES = \ $(NULL) module_contact_photos_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/gravatar/Makefile.am b/modules/gravatar/Makefile.am index 47c9e6570b..fe29264c87 100644 --- a/modules/gravatar/Makefile.am +++ b/modules/gravatar/Makefile.am @@ -18,7 +18,7 @@ module_gravatar_la_SOURCES = \ $(NULL) module_gravatar_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) \ diff --git a/modules/itip-formatter/Makefile.am b/modules/itip-formatter/Makefile.am index 240e09f903..0b4d7e9144 100644 --- a/modules/itip-formatter/Makefile.am +++ b/modules/itip-formatter/Makefile.am @@ -29,7 +29,7 @@ module_itip_formatter_la_SOURCES = \ evolution-module-itip-formatter.c module_itip_formatter_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(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 \ diff --git a/modules/itip-formatter/plugin/Makefile.am b/modules/itip-formatter/plugin/Makefile.am index 8de54f19d4..648d3f3be2 100644 --- a/modules/itip-formatter/plugin/Makefile.am +++ b/modules/itip-formatter/plugin/Makefile.am @@ -22,7 +22,7 @@ liborg_gnome_itip_formatter_la_SOURCES = \ liborg_gnome_itip_formatter_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) liborg_gnome_itip_formatter_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(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 \ diff --git a/modules/mail-config/Makefile.am b/modules/mail-config/Makefile.am index 49c8d24b9d..2d6eb415dd 100644 --- a/modules/mail-config/Makefile.am +++ b/modules/mail-config/Makefile.am @@ -26,7 +26,7 @@ module_mail_config_la_SOURCES = \ $(NULL) module_mail_config_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/libemail-engine/libemail-engine.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index a488ba292e..14bbf9b219 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -42,7 +42,7 @@ module_mail_la_SOURCES = \ module_mail_la_LIBADD = \ $(top_builddir)/libemail-engine/libemail-engine.la \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/composer/libcomposer.la \ diff --git a/modules/mailto-handler/Makefile.am b/modules/mailto-handler/Makefile.am index e33a120a47..92ccb91849 100644 --- a/modules/mailto-handler/Makefile.am +++ b/modules/mailto-handler/Makefile.am @@ -12,7 +12,7 @@ module_mailto_handler_la_SOURCES = \ evolution-mailto-handler.c module_mailto_handler_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ diff --git a/modules/mdn/Makefile.am b/modules/mdn/Makefile.am index f185bcb105..51fc488b05 100644 --- a/modules/mdn/Makefile.am +++ b/modules/mdn/Makefile.am @@ -14,7 +14,7 @@ module_mdn_la_SOURCES = \ module_mdn_la_LIBADD = \ $(top_builddir)/libemail-engine/libemail-engine.la \ $(top_builddir)/mail/libevolution-mail.la \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ diff --git a/modules/offline-alert/Makefile.am b/modules/offline-alert/Makefile.am index 355b2dc61d..5c7b42e00b 100644 --- a/modules/offline-alert/Makefile.am +++ b/modules/offline-alert/Makefile.am @@ -12,7 +12,7 @@ module_offline_alert_la_SOURCES = \ evolution-offline-alert.c module_offline_alert_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ diff --git a/modules/plugin-lib/Makefile.am b/modules/plugin-lib/Makefile.am index 931ccaf236..c7d97b912d 100644 --- a/modules/plugin-lib/Makefile.am +++ b/modules/plugin-lib/Makefile.am @@ -15,7 +15,7 @@ module_plugin_lib_la_SOURCES = \ e-plugin-lib.h module_plugin_lib_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.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 c32a689861..121480b5ca 100644 --- a/modules/plugin-manager/Makefile.am +++ b/modules/plugin-manager/Makefile.am @@ -12,7 +12,7 @@ module_plugin_manager_la_SOURCES = \ evolution-plugin-manager.c module_plugin_manager_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ diff --git a/modules/prefer-plain/Makefile.am b/modules/prefer-plain/Makefile.am index 8b424479f4..2b241e4ebd 100644 --- a/modules/prefer-plain/Makefile.am +++ b/modules/prefer-plain/Makefile.am @@ -19,7 +19,7 @@ module_prefer_plain_la_SOURCES = \ evolution-module-prefer-plain.c module_prefer_plain_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/shell/libeshell.la \ diff --git a/modules/settings/Makefile.am b/modules/settings/Makefile.am index e8e66b2a58..523c4c38d9 100644 --- a/modules/settings/Makefile.am +++ b/modules/settings/Makefile.am @@ -48,7 +48,7 @@ module_settings_la_SOURCES = \ $(NULL) module_settings_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/mail/libevolution-mail.la \ diff --git a/modules/spamassassin/Makefile.am b/modules/spamassassin/Makefile.am index d5ceb2a529..5dd66d8138 100644 --- a/modules/spamassassin/Makefile.am +++ b/modules/spamassassin/Makefile.am @@ -12,7 +12,7 @@ module_spamassassin_la_SOURCES = \ evolution-spamassassin.c module_spamassassin_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/libemail-engine/libemail-engine.la \ diff --git a/modules/startup-wizard/Makefile.am b/modules/startup-wizard/Makefile.am index 5af75078d6..728ab863f0 100644 --- a/modules/startup-wizard/Makefile.am +++ b/modules/startup-wizard/Makefile.am @@ -22,7 +22,7 @@ module_startup_wizard_la_SOURCES = \ $(NULL) module_startup_wizard_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/mail/libevolution-mail.la \ diff --git a/modules/text-highlight/Makefile.am b/modules/text-highlight/Makefile.am index 182364a069..44d32244f1 100644 --- a/modules/text-highlight/Makefile.am +++ b/modules/text-highlight/Makefile.am @@ -21,7 +21,7 @@ module_text_highlight_la_SOURCES = \ languages.h module_text_highlight_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/shell/libeshell.la \ diff --git a/modules/tnef-attachment/Makefile.am b/modules/tnef-attachment/Makefile.am index 03ccc26897..fd912173fd 100644 --- a/modules/tnef-attachment/Makefile.am +++ b/modules/tnef-attachment/Makefile.am @@ -1,6 +1,6 @@ if OS_WIN32 NO_UNDEFINED_REQUIRED_LIBS = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/mail/libevolution-mail.la endif @@ -22,7 +22,7 @@ module_tnef_attachment_la_SOURCES = \ evolution-module-tnef-attachment.c module_tnef_attachment_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/em-format/libemformat.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ diff --git a/modules/web-inspector/Makefile.am b/modules/web-inspector/Makefile.am index 229d8263bc..985e483725 100644 --- a/modules/web-inspector/Makefile.am +++ b/modules/web-inspector/Makefile.am @@ -12,7 +12,7 @@ module_web_inspector_la_SOURCES = \ evolution-web-inspector.c module_web_inspector_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) |