diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 03:15:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 03:15:32 +0800 |
commit | ae4764c108d1efe86f0d7b41227959d6b0af2b96 (patch) | |
tree | 6b58110068cca13ecc99f7a328b164bc094eba32 /shell/Makefile.am | |
parent | 22c9e50e6996f98cb98f3e342708081786eefd2a (diff) | |
download | gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar.gz gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar.zst gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.zip |
Implemented a new `EFolderTree' object. Make `EStorage' use it
instead of doing the folder tree bookkeeping by itself. Fix my broken
fix to Clahey's broken warning fix.
svn path=/trunk/; revision=5272
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index b167fe3354..848310ce33 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -46,16 +46,18 @@ noinst_LIBRARIES = \ libeshell_a_SOURCES = \ $(IDL_GENERATED) \ + e-folder-tree.c \ + e-folder-tree.h \ evolution-local-storage.c \ evolution-local-storage.h \ evolution-session.c \ evolution-session.h \ evolution-shell-client.c \ evolution-shell-client.h \ - evolution-shell-component.c \ - evolution-shell-component.h \ evolution-shell-component-client.c \ evolution-shell-component-client.h \ + evolution-shell-component.c \ + evolution-shell-component.h \ evolution-shell-view.c \ evolution-shell-view.h \ evolution-storage-listener.c \ |