diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-08-29 04:03:42 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-08-29 04:03:42 +0800 |
commit | b789f7256444af8adeb3f40a3496488763c0f159 (patch) | |
tree | c95c74dd0090bfba49885712b89fd3f573e6ec51 /e-util/Makefile.am | |
parent | 405d1070bf2ef5295cb8925479ad4d256a7ac0ac (diff) | |
download | gsoc2013-evolution-b789f7256444af8adeb3f40a3496488763c0f159.tar.gz gsoc2013-evolution-b789f7256444af8adeb3f40a3496488763c0f159.tar.zst gsoc2013-evolution-b789f7256444af8adeb3f40a3496488763c0f159.zip |
Added for tray icon support. To be removed when libgnomeui sports this
2003-08-28 Hans Petter Jansson <hpj@ximian.com>
* eggtrayicon.[ch]: Added for tray icon support. To be removed when
libgnomeui sports this functionality.
* Makefile.am: Include eggtrayicon.
svn path=/trunk/; revision=22404
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 37da4375f1..1d09e140bb 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -84,6 +84,8 @@ libeutil_la_SOURCES = \ e-url.c \ e-util-marshal.c \ e-xml-hash-utils.c \ + eggtrayicon.c \ + eggtrayicon.h \ md5-utils.c MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h |