Do it in the dead dir too. Look mum, no ChangeLog...

svn path=/trunk/; revision=8192
This commit is contained in:
Kjartan Maraas
2001-02-12 23:58:43 +00:00
parent 9369aeead8
commit 8e329fc40b
2 changed files with 9 additions and 6 deletions

View File

@ -9,7 +9,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
value="Factory for the Notes control"/>
_value="Factory for the Notes control"/>
</oaf_server>
@ -22,7 +22,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
value="A sample Bonobo control which displays an addressbook."/>
_value="A sample Bonobo control which displays an addressbook."/>
</oaf_server>
@ -35,7 +35,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
value="Factory for the Evolution notes component."/>
_value="Factory for the Evolution notes component."/>
</oaf_server>
@ -47,7 +47,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
value="Evolution component for handling mail."/>
_value="Evolution component for handling mail."/>
</oaf_server>

View File

@ -23,10 +23,13 @@ notes_test_SOURCES = \
test-notes.c
oafdir = $(datadir)/oaf
oaf_DATA = GNOME_Evolution_Notes.oafinfo
oaf_in_files = GNOME_Evolution_Notes.oaf.in
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
@XML_I18N_MERGE_OAF_RULE@
notes_test_LDADD = \
$(BONOBO_HTML_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
EXTRA_DIST= $(oaf_DATA)
EXTRA_DIST= $(oaf_in_files) $(oaf_DATA)