diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-03 09:10:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-03 09:10:46 +0800 |
commit | 483ebae5399d6aa7d63e471ea6000021a4be94fb (patch) | |
tree | 8de0a4611e800febfffa59c25d3b9d806d380757 /shell/Makefile.am | |
parent | 0ac06ee5b0cf27803e037b8bb5f3998898200bd1 (diff) | |
download | gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.gz gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.tar.zst gsoc2013-evolution-483ebae5399d6aa7d63e471ea6000021a4be94fb.zip |
Add interfaces to the shell to handle off-line operation, as well as a
first (unfinished/untested) implementation for them.
svn path=/trunk/; revision=9653
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index c5c55b6d62..efd90a8f8e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -17,6 +17,7 @@ INCLUDES = \ IDLS = \ Evolution-LocalStorage.idl \ + Evolution-Offline.idl \ Evolution-Session.idl \ Evolution-Shell.idl \ Evolution-ShellComponent.idl \ @@ -102,6 +103,8 @@ evolution_SOURCES = \ e-shell-folder-selection-dialog.h \ e-shell-folder-title-bar.c \ e-shell-folder-title-bar.h \ + e-shell-offline-handler.c \ + e-shell-offline-handler.h \ e-shell-utils.c \ e-shell-utils.h \ e-shell-view-menu.c \ |