diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-01 03:08:43 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-03-06 05:51:00 +0800 |
commit | d95165b819c15207ad0a133ea38684043a3776fc (patch) | |
tree | 69c9cdd2b1a8634d500213cda21f270383d17bfa /src/Makefile.am | |
parent | df799743c6e79136ffa44e22cb19dce0146ec422 (diff) | |
download | gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.tar gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.tar.gz gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.tar.bz2 gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.tar.lz gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.tar.xz gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.tar.zst gsoc2013-empathy-d95165b819c15207ad0a133ea38684043a3776fc.zip |
Add chat manager which tracks chats closing and can respawn them (bug #609832)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
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 3f8d15733..ae92c675a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,6 +109,7 @@ empathy_handwritten_source = \ empathy-preferences.c empathy-preferences.h \ empathy-sidebar.c empathy-sidebar.h \ empathy-status-icon.c empathy-status-icon.h \ + empathy-chat-manager.c empathy-chat-manager.h \ empathy.c empathy_SOURCES = \ |