This commit is contained in:
Jose Maria Celorio 2001-07-24 22:53:35 +00:00
parent 4c1bd422e2
commit 9641b70f8d
3 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<oaf_info> <oaf_info>
<oaf_server iid="OAFIID:Bonobo_Control_Capplet_sound_properties_Factory" type="exe" <oaf_server iid="OAFIID:Bonobo_Control_Capplet_sound_properties_Factory" type="exe"
location="sound-properties"> location="REPLACEME_PLIZ">
<oaf_attribute name="repo_ids" type="stringv"> <oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/ObjectFactory:1.0"/> <item value="IDL:GNOME/ObjectFactory:1.0"/>
</oaf_attribute> </oaf_attribute>

View file

@ -18,12 +18,14 @@ defaults_DATA = sound-properties.xml
oafdir = $(datadir)/oaf oafdir = $(datadir)/oaf
oaf_DATA = Bonobo_Control_Capplet_sound_properties.oaf oaf_DATA = Bonobo_Control_Capplet_sound_properties.oaf
oaffile = $(oaf_DATA)
## ##
## You should not need to modify anything below this line ## You should not need to modify anything below this line
## ##
@XML_I18N_MERGE_DESKTOP_RULE@ @XML_I18N_MERGE_DESKTOP_RULE@
@GNOMECC_CAPPLETS_DESKTOP_IN_RULE@ @GNOMECC_CAPPLETS_DESKTOP_IN_RULE@
@GNOMECC_CAPPLETS_OAF_FILE_IN_RULE@
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
@ -34,4 +36,4 @@ pixmapdir = $(GNOMECC_PIXMAPS_DIR)
Glade_DATA = $(cappletname)-properties.glade Glade_DATA = $(cappletname)-properties.glade
icons_DATA = $(cappletname)-capplet.png icons_DATA = $(cappletname)-capplet.png
desktop = $(cappletname).desktop desktop = $(cappletname).desktop
all-local: $(desktop) all-local: $(desktop) $(oaffile)