diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-23 09:49:26 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-23 09:49:26 +0000 |
commit | 733d4928e512c31baf076c6b97267c6b4691ba73 (patch) | |
tree | a0ab31a29b89d7f7e6a501c81a8ea8ec6fa0666d /src/Makefile.am | |
parent | d639875e773bda1e903956e25b54b9fc7414a0ad (diff) |
initial implementation of the tray icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@501 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 805f559a..a889be52 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -108,6 +108,7 @@ sylpheed_SOURCES = \ simple-gettext.c \ manual.c manual.h \ stringtable.c stringtable.h \ + eggtrayicon.c eggtrayicon.h \ quote_fmt_lex.l quote_fmt_lex.h \ quote_fmt_parse.y quote_fmt.h \ sylpheed-marshal.c sylpheed-marshal.h |