fix substitution typo

2002-04-04  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: fix substitution typo

svn path=/trunk/; revision=16351
This commit is contained in:
JP Rosevear
2002-04-04 19:57:10 +00:00
committed by JP Rosevear
parent 2aca6e1151
commit 97e99e459e
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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"/>

View File

@ -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)