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:
@ -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>
|
2002-03-30 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
* Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS
|
* Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
</oaf_server>
|
</oaf_server>
|
||||||
|
|
||||||
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory"
|
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponentFactory"
|
||||||
type="shlib"
|
type="exe"
|
||||||
location="libevolution-executive-summary.so">
|
location="evolution-executive-summary">
|
||||||
|
|
||||||
<oaf_attribute name="repo_ids" type="stringv">
|
<oaf_attribute name="repo_ids" type="stringv">
|
||||||
<item value="IDL:GNOME/GenericFactory:1.0"/>
|
<item value="IDL:GNOME/GenericFactory:1.0"/>
|
||||||
@ -29,8 +29,8 @@
|
|||||||
</oaf_server>
|
</oaf_server>
|
||||||
|
|
||||||
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory"
|
<oaf_server iid="OAFIID:GNOME_Evolution_Summary_ConfigControlFactory"
|
||||||
type="shlib"
|
type="exe"
|
||||||
location="libevolution-executive-summary.so">
|
location="evolution-executive-summary">
|
||||||
|
|
||||||
<oaf_attribute name="repo_ids" type="stringv">
|
<oaf_attribute name="repo_ids" type="stringv">
|
||||||
<item value="IDL:GNOME/GenericFactory:1.0"/>
|
<item value="IDL:GNOME/GenericFactory:1.0"/>
|
||||||
|
@ -101,7 +101,7 @@ Location_DATA = Locations
|
|||||||
|
|
||||||
oaf_files = GNOME_Evolution_Summary.oaf
|
oaf_files = GNOME_Evolution_Summary.oaf
|
||||||
oaf_in_files = $(oaf_files:.oaf=.oaf.in)
|
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
|
oafdir = $(datadir)/oaf
|
||||||
oaf_DATA = $(oaf_files)
|
oaf_DATA = $(oaf_files)
|
||||||
|
Reference in New Issue
Block a user