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 /modules/calendar | |
parent | 6c9a3243c9b335cb7e5873b15562263e74293dc2 (diff) | |
download | gsoc2013-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/calendar')
-rw-r--r-- | modules/calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |