aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/GNOME_Evolution_Summary.server.in.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-16 06:05:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-16 06:05:13 +0800
commite0edfe0bcaf6b554b190f92a1eb358db3804af56 (patch)
treea58180295ce5c7f4d093bf3c4f0bc3a480e75d79 /my-evolution/GNOME_Evolution_Summary.server.in.in
parent7bc5286b88e0e995571f3a320d2d467a0f72e9dd (diff)
downloadgsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.tar
gsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.tar.gz
gsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.tar.bz2
gsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.tar.lz
gsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.tar.xz
gsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.tar.zst
gsoc2013-evolution-e0edfe0bcaf6b554b190f92a1eb358db3804af56.zip
Added rule to generate GNOME_Evolution_Summary.server.in from
* Makefile.am: Added rule to generate GNOME_Evolution_Summary.server.in from GNOME_Evolution_Summary.server.in.in, substituting @LIBEXECDIR@. Also, install evolution-executive-summary in $libexecdir instead of $bindir. * GNOME_Evolution_Summary.server.in.in: Removed the @OAF_SHLIB_*@ stuff and added @LIBEXECDIR@/ to the executable's name instead. svn path=/trunk/; revision=18791
Diffstat (limited to 'my-evolution/GNOME_Evolution_Summary.server.in.in')
-rw-r--r--my-evolution/GNOME_Evolution_Summary.server.in.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/my-evolution/GNOME_Evolution_Summary.server.in.in b/my-evolution/GNOME_Evolution_Summary.server.in.in
index 15bbde0de7..523fa9fbce 100644
--- a/my-evolution/GNOME_Evolution_Summary.server.in.in
+++ b/my-evolution/GNOME_Evolution_Summary.server.in.in
@@ -18,8 +18,8 @@
</oaf_server>
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory"
- type="@OAF_SHLIB_TYPE@"
- location="@OAF_SHLIB_PREFIX@evolution-executive-summary@OAF_SHLIB_SUFFIX@">
+ type="exe"
+ location="@LIBEXECDIR@/evolution-executive-summary">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/GenericFactory:1.0"/>
@@ -31,8 +31,8 @@
</oaf_server>
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory"
- type="@OAF_SHLIB_TYPE@"
- location="@OAF_SHLIB_PREFIX@evolution-executive-summary@OAF_SHLIB_SUFFIX@">
+ type="exe"
+ location="@LIBEXECDIR@/evolution-executive-summary">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/GenericFactory:1.0"/>