diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 15:39:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 15:39:06 +0800 |
commit | 1b1d829e5e32c744565679b9733f1aeaf07d96af (patch) | |
tree | 813717aa9a44b26c1e1cc769c88200af6f4d6581 /addressbook/backend/ebook/Makefile.am | |
parent | c49c019456c41478f3368861ef7a0c02b037e0b1 (diff) | |
download | gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.gz gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.bz2 gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.lz gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.xz gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.tar.zst gsoc2013-evolution-1b1d829e5e32c744565679b9733f1aeaf07d96af.zip |
ignore the generated marshaller files.
2002-11-05 Chris Toshok <toshok@ximian.com>
* backend/ebook/.cvsignore: ignore the generated marshaller files.
* backend/ebook/e-destination.c (e_destination_dispose): rename
e_destination_destroy.
(e_destination_equal): ifdef this out for now, PENDING_PORT_WORK.
(e_destination_get_name): same.
(e_destination_get_email): same.
(e_destination_get_address): same.
(e_destination_get_textrep): same.
* backend/ebook/Makefile.am: don't build the executables
(importers and loaders) for now. Also, s/oaf/server, and use
INTLTOOL_SERVER_RULE.
* backend/ebook/e-book-util.c (e_book_get_config_database):
un-#ifdef this.
(e_book_default_book_open): un-#ifdef ths code in here that relies
on the e_config_listener.
svn path=/trunk/; revision=18586
Diffstat (limited to 'addressbook/backend/ebook/Makefile.am')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 76 |
1 files changed, 37 insertions, 39 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index e4068d440d..720c1273a1 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -1,9 +1,10 @@ noinst_PROGRAMS = test-card test-client test-client-list -#bin_PROGRAMS = evolution-vcard-importer \ -# evolution-ldif-importer \ -# load-pine-addressbook \ -# load-gnomecard-addressbook +# PENDING_PORT_WORK +# bin_PROGRAMS = evolution-vcard-importer \ +# evolution-ldif-importer \ +# load-pine-addressbook \ +# load-gnomecard-addressbook CORBA_SOURCE = \ addressbook.h \ @@ -48,9 +49,9 @@ libebook_la_SOURCES = \ e-card-cursor.c \ e-card-simple.c \ e-card.c \ - e-card-compare.c + e-card-compare.c \ + e-destination.c -# e-destination.c libebookincludedir = $(includedir)/evolution/ebook @@ -90,35 +91,35 @@ e-book-marshal.c: e-book-marshal.h MARSHAL_GENERATED = e-book-marshal.c e-book-marshal.h -test_client_SOURCES = \ - test-client.c +# test_client_SOURCES = \ +# test-client.c -test_client_LDADD = \ - libebook.la \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(top_builddir)/libversit/libversit.a \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/e-util/libeutil.la +# test_client_LDADD = \ +# libebook.la \ +# $(EVOLUTION_ADDRESSBOOK_LIBS) \ +# $(top_builddir)/libversit/libversit.a \ +# $(top_builddir)/e-util/ename/libename.la \ +# $(top_builddir)/e-util/libeutil.la -test_client_list_SOURCES = \ - test-client-list.c +# test_client_list_SOURCES = \ +# test-client-list.c -test_client_list_LDADD = \ - libebook.la \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a \ - $(top_builddir)/e-util/libeutil.la +# test_client_list_LDADD = \ +# libebook.la \ +# $(EVOLUTION_ADDRESSBOOK_LIBS) \ +# $(top_builddir)/e-util/ename/libename.la \ +# $(top_builddir)/libversit/libversit.a \ +# $(top_builddir)/e-util/libeutil.la -test_card_SOURCES = \ - test-card.c +# test_card_SOURCES = \ +# test-card.c -test_card_LDADD = \ - libebook.la \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a \ - $(top_builddir)/e-util/libeutil.la +# test_card_LDADD = \ +# libebook.la \ +# $(EVOLUTION_ADDRESSBOOK_LIBS) \ +# $(top_builddir)/e-util/ename/libename.la \ +# $(top_builddir)/libversit/libversit.a \ +# $(top_builddir)/e-util/libeutil.la # evolution_vcard_importer_SOURCES = \ # evolution-vcard-importer.c @@ -175,14 +176,11 @@ CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) -oafdir = $(datadir)/oaf -oaf_in_files = GNOME_Evolution_Addressbook_VCard_Importer.oaf.in \ - GNOME_Evolution_Addressbook_LDIF_Importer.oaf.in -oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) - -@XML_I18N_MERGE_OAF_RULE@ +serversdir = $(libdir)/bonobo/servers +server_in_files = GNOME_Evolution_Addressbook_VCard_Importer.server.in \ + GNOME_Evolution_Addressbook_LDIF_Importer.server.in +servers_DATA = $(server_in_files:.server.in=.server) -# add this back when you add the file to the archive ;) -# GNOME_Evolution_Addressbook_Pine_Importer.oafinfo +@INTLTOOL_SERVER_RULE@ -EXTRA_DIST = $(oaf_in_files) $(oaf_DATA) e-book-marshal.list +EXTRA_DIST = $(server_in_files) $(servers_DATA) e-book-marshal.list |