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 /plugins/save-calendar | |
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 'plugins/save-calendar')
-rw-r--r-- | plugins/save-calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am index 833d920d40..3aee9fc403 100644 --- a/plugins/save-calendar/Makefile.am +++ b/plugins/save-calendar/Makefile.am @@ -20,7 +20,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/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ |