diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-02 12:28:11 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-02 12:28:11 +0800 |
commit | df95abe3008bfdf1385ec04485d796514f15cfd2 (patch) | |
tree | 912fd0a33e4f300c87c89cc8177030b9988ae26b /shell/Makefile.am | |
parent | 91c107fa85ea3bcba01109a5e2bee5c737beea02 (diff) | |
download | gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.gz gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.tar.zst gsoc2013-evolution-df95abe3008bfdf1385ec04485d796514f15cfd2.zip |
BonoboObject wrapper for Evolution::Component interface. Abstract, doesn't
2005-06-02 Not Zed <NotZed@Ximian.com>
* evolution-component.c: BonoboObject wrapper for
Evolution::Component interface. Abstract, doesn't implement
methods.
* Evolution-Shell.idl: add a method to find a component by
component alias.
* e-shell.c (impl_Shell_findComponent): & implement it
svn path=/trunk/; revision=29443
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 2b9367fc87..171e33cfa6 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -80,11 +80,13 @@ eshellinclude_HEADERS = \ e-shell-utils.h \ e-user-creatable-items-handler.h \ evolution-config-control.h \ + evolution-component.h \ evolution-shell-component-utils.h libeshell_la_SOURCES = \ $(IDL_GENERATED) \ $(MARSHAL_GENERATED) \ + evolution-component.c \ e-shell-utils.c \ e-user-creatable-items-handler.c \ evolution-config-control.c \ |