aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.server.in.in2
-rw-r--r--calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3bfd25717d..020a748859 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-18 Tor Lillqvist <tml@novell.com>
+
+ * gui/GNOME_Evolution_Calendar.server.in.in
+ * importers/GNOME_Evolution_Calendar_Importer.server.in.in: Use SOEXT.
+
2005-06-13 Jedy Wang <jedy.wang@sun.com>
We need compare backend for long events too.
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in
index ba3dd43029..18c71798f0 100644
--- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in
+++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in
@@ -2,7 +2,7 @@
<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_Factory:@VERSION@"
type="shlib"
- location="@COMPONENTDIR@/libevolution-calendar.so">
+ location="@COMPONENTDIR@/libevolution-calendar@SOEXT@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/>
diff --git a/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in b/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
index 810905fbfa..4c19b9f37d 100644
--- a/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
+++ b/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
@@ -2,7 +2,7 @@
<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_ImporterFactory:@VERSION@"
type="shlib"
- location="@IMPORTERSDIR@/libevolution-calendar-importers.so">
+ location="@IMPORTERSDIR@/libevolution-calendar-importers@SOEXT@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/>