diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-22 10:58:01 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-22 10:58:01 +0800 |
commit | 69ab6ebcbeb4f01751fa268b1f5cc0ccf6152a14 (patch) | |
tree | 868f33625db55e1c3825bdc49ba84cec2f383341 /plugins | |
parent | 87a09855fa42b43e11769b39c89336660f3467e7 (diff) | |
download | gsoc2013-evolution-69ab6ebcbeb4f01751fa268b1f5cc0ccf6152a14.tar.gz gsoc2013-evolution-69ab6ebcbeb4f01751fa268b1f5cc0ccf6152a14.tar.zst gsoc2013-evolution-69ab6ebcbeb4f01751fa268b1f5cc0ccf6152a14.zip |
Use SOEXT.
2005-12-22 Tor Lillqvist <tml@novell.com>
* org-gnome-publish-calendar.eplug.in: Use SOEXT.
svn path=/trunk/; revision=30927
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/publish-calendar/org-gnome-publish-calendar.eplug.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 8b4fc182f3..d6c4f07ed6 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,7 @@ +2005-12-22 Tor Lillqvist <tml@novell.com> + + * org-gnome-publish-calendar.eplug.in: Use SOEXT. + 2005-12-20 Chenthill Palanisamy <pchenthill@novell.com> * Makefile.am: Added the org-gnome-publish-calendar.xml diff --git a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in index 7277918b23..e42cc8cac5 100644 --- a/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in +++ b/plugins/publish-calendar/org-gnome-publish-calendar.eplug.in @@ -2,7 +2,7 @@ <e-plugin-list> <e-plugin type="shlib" - location="@PLUGINDIR@/liborg-gnome-publish-calendar.so" + location="@PLUGINDIR@/liborg-gnome-publish-calendar@SOEXT@" id="org.gnome.evolution.calendar.publish" name="Calendar Publishing"> <description>Allows calendars to be published to the web</description> |