aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/Makefile.am
diff options
context:
space:
mode:
authorLarry Ewing <lewing@helixcode.com>2001-01-18 05:25:20 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-01-18 05:25:20 +0800
commit50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1 (patch)
tree3b3655bd8094665cdf1b7ef629ccc28905421b4f /addressbook/backend/ebook/Makefile.am
parent8cb58581578215fc6ee71a3c7e947a558a9ba19c (diff)
downloadgsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar
gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.gz
gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.bz2
gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.lz
gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.xz
gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.tar.zst
gsoc2013-evolution-50d9c8a8e893fb0fc79dbfaa0c65bd5b8b53bbb1.zip
add the doc/devel/importer/Makefile as a target.
2001-01-17 Larry Ewing <lewing@helixcode.com> * 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
Diffstat (limited to 'addressbook/backend/ebook/Makefile.am')
-rw-r--r--addressbook/backend/ebook/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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)