diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 19:31:51 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 19:31:51 +0800 |
commit | 69addb95b720be8bdf205f29de6470ed8aaadd97 (patch) | |
tree | 95fc5734fd16fa6a0e7f58f4eb00673ba3a0cf8c /calendar | |
parent | 09d31dedfd718e576350eb4bf9630ccf19a06a19 (diff) | |
download | gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar.gz gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar.zst gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.zip |
gui/GNOME_Evolution_Calendar.server.in.in Use SOEXT.
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.
svn path=/trunk/; revision=29535
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 2 | ||||
-rw-r--r-- | calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in | 2 |
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"/> |