aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-09 03:15:32 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-09 03:15:32 +0800
commitae4764c108d1efe86f0d7b41227959d6b0af2b96 (patch)
tree6b58110068cca13ecc99f7a328b164bc094eba32 /shell/Makefile.am
parent22c9e50e6996f98cb98f3e342708081786eefd2a (diff)
downloadgsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar
gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar.gz
gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar.bz2
gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar.lz
gsoc2013-evolution-ae4764c108d1efe86f0d7b41227959d6b0af2b96.tar.xz
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.am6
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 \