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/gui | |
parent | 09d31dedfd718e576350eb4bf9630ccf19a06a19 (diff) | |
download | gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar.gz gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar.bz2 gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar.lz gsoc2013-evolution-69addb95b720be8bdf205f29de6470ed8aaadd97.tar.xz 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/gui')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |