aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-05-27 02:57:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-05-28 21:56:30 +0800
commit6c9a3243c9b335cb7e5873b15562263e74293dc2 (patch)
treeb94ece5ad2b366aaa9ed06843e74f8f5f14f9e2b /calendar
parent5204abd40cac00e501e3c0823c18016343feec4f (diff)
downloadgsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar
gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar.gz
gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar.bz2
gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar.lz
gsoc2013-evolution-6c9a3243c9b335cb7e5873b15562263e74293dc2.tar.xz
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 'calendar')
-rw-r--r--calendar/alarm-notify/Makefile.am2
-rw-r--r--calendar/gui/Makefile.am2
-rw-r--r--calendar/importers/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/calendar/alarm-notify/Makefile.am b/calendar/alarm-notify/Makefile.am
index c7446c0309..fb257b3485 100644
--- a/calendar/alarm-notify/Makefile.am
+++ b/calendar/alarm-notify/Makefile.am
@@ -42,7 +42,7 @@ evolution_alarm_notify_SOURCES = \
util.h
evolution_alarm_notify_LDADD = \
- $(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/e-util/libevolution-util.la \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/calendar/gui/libevolution-calendar.la \
$(top_builddir)/calendar/importers/libevolution-calendar-importers.la \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index b2947d256d..591444a1b4 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -206,7 +206,7 @@ libevolution_calendar_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/calendar/gui/dialogs/libcal-dialogs.la \
$(top_builddir)/calendar/importers/libevolution-calendar-importers.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/calendar/importers/Makefile.am b/calendar/importers/Makefile.am
index a6fb30328e..ae4ae68fcd 100644
--- a/calendar/importers/Makefile.am
+++ b/calendar/importers/Makefile.am
@@ -18,7 +18,7 @@ libevolution_calendar_importers_la_SOURCES = \
libevolution_calendar_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
libevolution_calendar_importers_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) \