aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:19:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:19:36 +0800
commit9f128d951a3ab24341afbb677a2f1dd665b56548 (patch)
treeefdccccbacac5b94a33856abf90c66f4fec2c5f2 /shell/Makefile.am
parentc1f24d07e4670d9a98676ae700f567f658236e2d (diff)
downloadgsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.gz
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.bz2
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.lz
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.xz
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.zst
gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.zip
Add a kludgy and simple interface to the shell views to access the
status bar, to report messages and progress. svn path=/trunk/; revision=4796
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 3d1ae7e096..e94b6fc4e1 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -23,6 +23,7 @@ IDLS = \
Evolution-Session.idl \
Evolution-Shell.idl \
Evolution-ShellComponent.idl \
+ Evolution-ShellView.idl \
Evolution-Storage.idl
IDL_GENERATED = \
@@ -52,6 +53,8 @@ libeshell_a_SOURCES = \
evolution-shell-component.h \
evolution-shell-component-client.c \
evolution-shell-component-client.h \
+ evolution-shell-view.c \
+ evolution-shell-view.h \
evolution-storage.c \
evolution-storage.h