From 8e329fc40b813057c0b2a02e621695e685d22df5 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 12 Feb 2001 23:58:43 +0000 Subject: Do it in the dead dir too. Look mum, no ChangeLog... svn path=/trunk/; revision=8192 --- notes/GNOME_Evolution_Notes.oaf.in | 8 ++++---- notes/Makefile.am | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/notes/GNOME_Evolution_Notes.oaf.in b/notes/GNOME_Evolution_Notes.oaf.in index 8bf763e546..d65cb45412 100644 --- a/notes/GNOME_Evolution_Notes.oaf.in +++ b/notes/GNOME_Evolution_Notes.oaf.in @@ -9,7 +9,7 @@ + _value="Factory for the Notes control"/> @@ -22,7 +22,7 @@ + _value="A sample Bonobo control which displays an addressbook."/> @@ -35,7 +35,7 @@ + _value="Factory for the Evolution notes component."/> @@ -47,7 +47,7 @@ + _value="Evolution component for handling mail."/> diff --git a/notes/Makefile.am b/notes/Makefile.am index a5935c2d8f..42b06c241a 100644 --- a/notes/Makefile.am +++ b/notes/Makefile.am @@ -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) \ No newline at end of file +EXTRA_DIST= $(oaf_in_files) $(oaf_DATA) -- cgit