diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-13 13:19:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-13 13:19:36 +0800 |
commit | 9f128d951a3ab24341afbb677a2f1dd665b56548 (patch) | |
tree | efdccccbacac5b94a33856abf90c66f4fec2c5f2 /shell/Makefile.am | |
parent | c1f24d07e4670d9a98676ae700f567f658236e2d (diff) | |
download | gsoc2013-evolution-9f128d951a3ab24341afbb677a2f1dd665b56548.tar.gz 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.am | 3 |
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 |