aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-04-05 03:57:10 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-04-05 03:57:10 +0800
commit97e99e459e9a32c96ade6b1fbf9bd0da201de591 (patch)
tree47f3ed4d368a81b314cfde1bbaa2d503dc355d77
parent2aca6e115141bdc738da589c5d0395eba2a0e346 (diff)
downloadgsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar
gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.gz
gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.bz2
gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.lz
gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.xz
gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.tar.zst
gsoc2013-evolution-97e99e459e9a32c96ade6b1fbf9bd0da201de591.zip
fix substitution typo
2002-04-04 JP Rosevear <jpr@ximian.com> * Makefile.am: fix substitution typo svn path=/trunk/; revision=16351
-rw-r--r--my-evolution/ChangeLog4
-rw-r--r--my-evolution/GNOME_Evolution_Summary.oaf.in8
-rw-r--r--my-evolution/Makefile.am2
3 files changed, 9 insertions, 5 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 71fe3711d1..7b2617077e 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-04 JP Rosevear <jpr@ximian.com>
+
+ * Makefile.am: fix substitution typo
+
2002-03-30 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS
diff --git a/my-evolution/GNOME_Evolution_Summary.oaf.in b/my-evolution/GNOME_Evolution_Summary.oaf.in
index d9860c5ba4..5ac640563a 100644
--- a/my-evolution/GNOME_Evolution_Summary.oaf.in
+++ b/my-evolution/GNOME_Evolution_Summary.oaf.in
@@ -16,8 +16,8 @@
</oaf_server>
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory"
- type="shlib"
- location="libevolution-executive-summary.so">
+ type="exe"
+ location="evolution-executive-summary">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/GenericFactory:1.0"/>
@@ -29,8 +29,8 @@
</oaf_server>
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory"
- type="shlib"
- location="libevolution-executive-summary.so">
+ type="exe"
+ location="evolution-executive-summary">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/GenericFactory:1.0"/>
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am
index 7faacbc288..5163843781 100644
--- a/my-evolution/Makefile.am
+++ b/my-evolution/Makefile.am
@@ -101,7 +101,7 @@ Location_DATA = Locations
oaf_files = GNOME_Evolution_Summary.oaf
oaf_in_files = $(oaf_files:.oaf=.oaf.in)
-oaf_in_in_files = $(oaf_files:oaf=.oaf.in.in)
+oaf_in_in_files = $(oaf_files:.oaf=.oaf.in.in)
oafdir = $(datadir)/oaf
oaf_DATA = $(oaf_files)