diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-14 11:39:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-14 11:39:12 +0800 |
commit | b63eece6a300d773f7c3d7f865d570d3e0bcf422 (patch) | |
tree | cefdf434ccc5a93d4f662e981387bdc980c9c283 /shell/Makefile.am | |
parent | 4c725337a0c392422b947d70b37a81cdc1435d35 (diff) | |
download | gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.gz gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.bz2 gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.lz gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.xz gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.tar.zst gsoc2013-evolution-b63eece6a300d773f7c3d7f865d570d3e0bcf422.zip |
Handle the e-shell-config-offline and e-shell-config-default-folders
* e-shell-config.c: Handle the e-shell-config-offline and
e-shell-config-default-folders pages.
* e-shell-config-offline.h: New.
* e-shell-config-offline.c: New.
* e-shell-config-default-folders.h: New.
* e-shell-config-default-folders.c: New. Moved default folder
page configuration in from e-shell-config.c.
* GNOME_Evolution_Shell.oaf.in: Add
GNOME_Evolution_Shell_Config_OfflineFolders_Control.
svn path=/trunk/; revision=16777
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index c86fff6633..90f6707c3c 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -152,6 +152,10 @@ evolution_SOURCES = \ e-shell-about-box.h \ e-shell-config.c \ e-shell-config.h \ + e-shell-config-offline.c \ + e-shell-config-offline.h \ + e-shell-config-default-folders.c \ + e-shell-config-default-folders.h \ e-shell-constants.h \ e-shell-folder-commands.c \ e-shell-folder-commands.h \ |