diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-03 21:18:08 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-03 21:18:08 +0800 |
commit | b5c3ca3079407391e099eea277f37ad45e5866d7 (patch) | |
tree | 6653316612fddf765586c32b6ed368e551ce02dd /shell/Makefile.am | |
parent | f3680ee9f251c0225373909e5c7934c4e10e43e4 (diff) | |
download | gsoc2013-evolution-b5c3ca3079407391e099eea277f37ad45e5866d7.tar.gz gsoc2013-evolution-b5c3ca3079407391e099eea277f37ad45e5866d7.tar.zst gsoc2013-evolution-b5c3ca3079407391e099eea277f37ad45e5866d7.zip |
Make "My Evolution" a normal storage instead of being the toplevel
node that contains everything else.
svn path=/trunk/; revision=11610
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 9ec35f1c48..474d11210b 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -147,6 +147,8 @@ evolution_SOURCES = \ e-storage-set.h \ e-storage.c \ e-storage.h \ + e-summary-storage.c \ + e-summary-storage.h \ e-task-bar.c \ e-task-bar.h \ e-task-widget.c \ |