diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:00:52 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-28 02:00:52 +0800 |
commit | 6eb6e536f9e598194725ad877d44977d936803ba (patch) | |
tree | e2f705e81b5f5a1b7e9e27ab6d763bb4b593fc5b /shell/Makefile.am | |
parent | d129a4a8fcaf8c5a148402ef572005c947ac4226 (diff) | |
download | gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.tar gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.tar.gz gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.tar.bz2 gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.tar.lz gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.tar.xz gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.tar.zst gsoc2013-evolution-6eb6e536f9e598194725ad877d44977d936803ba.zip |
New file. (e_pixmaps_update): Moved here from e-util to break e-util
* evolution-shell-component-utils.c: New file.
(e_pixmaps_update): Moved here from e-util to break e-util bonobo
dependency.
* e-shell-view-menu.c: #include
"evolution-shell-component-utils.h" instead of "e-gui-utils.h"
* Makefile.am (libeshell_la_SOURCES, eshellinclude_HEADERS): Add
evolution-shell-component-utils.[ch]
svn path=/trunk/; revision=10018
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 2b9ba7a20e..2dcbcb2496 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -61,6 +61,7 @@ eshellinclude_HEADERS = \ evolution-shell-component-client.h \ evolution-shell-component.h \ evolution-shell-component-dnd.h \ + evolution-shell-component-utils.h \ evolution-shell-view.h \ evolution-storage-listener.h \ evolution-storage-set-view-listener.h \ @@ -75,6 +76,7 @@ libeshell_la_SOURCES = \ evolution-shell-component-client.c \ evolution-shell-component.c \ evolution-shell-component-dnd.c \ + evolution-shell-component-utils.c \ evolution-shell-view.c \ evolution-storage-listener.c \ evolution-storage-set-view-listener.c \ |