From 7d18bf233dc8bfa4484fdd3d19e2c61efdbbf7cd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 3 Dec 2003 15:37:56 +0000 Subject: Do not depend on e-folder-list. * gui/component/addressbook-config.c: Do not depend on e-folder-list. * gui/component/select-names/e-select-names.c: Remove dependency on evolution-folder-selector-button. (e_addressbook_create_folder_selector): Just return a FIXME label for now. (folder_selected): #if 0 out. (e_select_names_init): Do not connect. * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_activate_dialog): Don't get a shell_client arg anymore. (load_completion_books): Stub out. * gui/component/select-names/e-select-names.c (e_select_names_new): Don't get an EvolutionShellClient anymore. Don't create the folder selector button for now. * gui/component/select-names/e-select-names.h: Remove dependency on evolution-shell-client. * gui/component/select-names/e-select-names-bonobo.c: Remove dependency on evolution-shell-client. (impl_SelectNames_activate_dialog): Stub out. * gui/widgets/eab-gui-util.c: Remove dependency on evolution-shell-client. (eab_transfer_contacts): Stub out. * importers/icalendar-importer.c: Do not #include shell stuff. * gui/main.c: Do not #include . * gui/e-itip-control.c: Do not #include nor . (start_default_server): Return FALSE. (default_server_started_cb): Do not connect the "selected" signal on the button since it's now NULL. (button_selected_cb): #if 0 out. * gui/e-cal-list-view.h: Do not #include "evolution-activity-client.h". * gui/tasks-component.c (impl_createControls): Give an empty label for the status bar. * gui/e-day-view.h: Remove all deps on evolution-activity-client. * e-msg-composer-hdrs.c: Do not #include . (e_msg_composer_hdrs_set_post_to): #if 0 out for now. (e_msg_composer_hdrs_get_post_to): Likewise. * mail-vfolder.c: Do not #include "evolution-shell-component.h". * Makefile.am (libevolution_mail_la_SOURCES): Don't compile mail-importer.[ch] for now. * mail-component-factory.c: Do not #include . * mail-config.c: Likewise. * mail-vfolder.h: Do not #include or . * mail.h: Do not #include . * mail-ops.h: Do not #include . (mail_scan_subfolders): Remove prototype. (mail_update_subfolders): Likewise. svn path=/trunk/; revision=23595 --- shell/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index c7935b6d5d..271e1ba829 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -110,42 +110,26 @@ eshellincludedir = $(privincludedir)/shell eshellinclude_HEADERS = \ Evolution.h \ e-activity-handler.h \ - e-folder-list.h \ - e-folder-tree.h \ - e-folder.h \ e-icon-factory.h \ e-shell-corba-icon-utils.h \ e-shell-utils.h \ - evolution-activity-client.h \ evolution-config-control.h \ - evolution-folder-selector-button.h \ evolution-session.h \ - evolution-shell-client.h \ - evolution-shell-component.h \ evolution-shell-component-utils.h \ evolution-shell-view.h \ - evolution-storage.h \ evolution-wizard.h libeshell_la_SOURCES = \ $(IDL_GENERATED) \ $(MARSHAL_GENERATED) \ e-activity-handler.c \ - e-folder-list.c \ - e-folder-tree.c \ - e-folder.c \ e-icon-factory.c \ e-shell-corba-icon-utils.c \ e-shell-utils.c \ - evolution-activity-client.c \ evolution-config-control.c \ - evolution-folder-selector-button.c \ evolution-session.c \ - evolution-shell-client.c \ - evolution-shell-component.c \ evolution-shell-component-utils.c \ evolution-shell-view.c \ - evolution-storage.c \ evolution-wizard.c \ $(eshellinclude_HEADERS) -- cgit v1.2.3