diff options
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 6 |
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) |