From 50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 17 Jan 2001 21:25:20 +0000 Subject: add the doc/devel/importer/Makefile as a target. 2001-01-17 Larry Ewing * configure.in (EVOLUTION_DIR): add the doc/devel/importer/Makefile as a target. * backend/ebook/Makefile.am (oaf_DATA): don't require the pine oainfo file until it is actually added to the repository. We need to keep the build working for nightlies to work. svn path=/trunk/; revision=7597 --- addressbook/backend/ebook/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'addressbook/backend/ebook/Makefile.am') diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 83730a1dd3..5bd4340c47 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -142,7 +142,9 @@ BUILT_SOURCES = $(CORBA_SOURCE) CLEANFILES += $(BUILT_SOURCES) oafdir = $(datadir)/oaf -oaf_DATA = GNOME_Evolution_Addressbook_GnomeCard_Importer.oafinfo \ - GNOME_Evolution_Addressbook_Pine_Importer.oafinfo +oaf_DATA = GNOME_Evolution_Addressbook_GnomeCard_Importer.oafinfo + +# add this back when you add the file to the archive ;) +# GNOME_Evolution_Addressbook_Pine_Importer.oafinfo EXTRA_DIST = $(oaf_DATA) -- cgit v1.2.3