Use EXEEXT.

2005-06-18  Tor Lillqvist  <tml@novell.com>

	* GNOME_Evolution_Shell.server.in.in: Use EXEEXT.

	* GNOME_Evolution_Test.server.in.in: Use SOEXT.

svn path=/trunk/; revision=29537
This commit is contained in:
Tor Lillqvist
2005-06-18 11:35:09 +00:00
committed by Tor Lillqvist
parent 6ac1f12861
commit fecb63d2c5
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-06-18 Tor Lillqvist <tml@novell.com>
* GNOME_Evolution_Shell.server.in.in: Use EXEEXT.
* GNOME_Evolution_Test.server.in.in: Use SOEXT.
2005-06-02 Not Zed <NotZed@Ximian.com>
* Evolution.*.idl: Fix so these are only ever included once.

View File

@ -2,7 +2,7 @@
<oaf_server iid="OAFIID:GNOME_Evolution_Shell:@VERSION@"
type="exe"
location="@BINDIR@/evolution-@VERSION@">
location="@BINDIR@/evolution-@VERSION@@EXEEXT@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Evolution/Shell:@VERSION@"/>

View File

@ -3,7 +3,7 @@
<!-- (factory) -->
<oaf_server iid="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@"
type="shlib"
location="@COMPONENTDIR@/libevolution-test.so">
location="@COMPONENTDIR@/libevolution-test@SOEXT@">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/>