diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-08 16:34:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-08 16:34:35 +0800 |
commit | aa20072666850291f8a00dec148df5d58991ae60 (patch) | |
tree | 299882862d2b7710c62915bd78c03d5f4c9648d0 /shell/Makefile.am | |
parent | a38d76bc2e91964b73ffac3efcb043db54bf2189 (diff) | |
download | gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.tar gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.tar.gz gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.tar.bz2 gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.tar.lz gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.tar.xz gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.tar.zst gsoc2013-evolution-aa20072666850291f8a00dec148df5d58991ae60.zip |
Added new interfaces to be exposed by the local storage, so that
components can get a list of all the folders and specify the display
name for them. (Unfinished and untested.)
svn path=/trunk/; revision=5256
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index aa5a9156ba..b167fe3354 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -20,6 +20,7 @@ CLEANFILES = $(IDL_GENERATED) IDLS = \ Evolution.idl \ + Evolution-LocalStorage.idl \ Evolution-Session.idl \ Evolution-Shell.idl \ Evolution-ShellComponent.idl \ @@ -45,6 +46,8 @@ noinst_LIBRARIES = \ libeshell_a_SOURCES = \ $(IDL_GENERATED) \ + evolution-local-storage.c \ + evolution-local-storage.h \ evolution-session.c \ evolution-session.h \ evolution-shell-client.c \ @@ -55,6 +58,8 @@ libeshell_a_SOURCES = \ evolution-shell-component-client.h \ evolution-shell-view.c \ evolution-shell-view.h \ + evolution-storage-listener.c \ + evolution-storage-listener.h \ evolution-storage.c \ evolution-storage.h |