diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-27 03:41:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-28 21:56:30 +0800 |
commit | 70a9fcdf9c61c09fcac72ddf99e73cb57ed99017 (patch) | |
tree | 1fa36e300d0d126e889416f807bf7b09018bc63a /calendar | |
parent | 6c9a3243c9b335cb7e5873b15562263e74293dc2 (diff) | |
download | gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.gz 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 'calendar')
-rw-r--r-- | calendar/gui/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/importers/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 591444a1b4..6d19691d72 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 ae4ae68fcd..686827c7f1 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) |