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:
committed by
Tor Lillqvist
parent
6ac1f12861
commit
fecb63d2c5
@ -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.
|
||||
|
||||
@ -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@"/>
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user