diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:19 +0800 |
commit | 0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070 (patch) | |
tree | eb869a9fcde213fa89dfd2e5cbaff1eb6360b816 /libempathy/Makefile.am | |
parent | f154530d5eb65cbe2f1af899e0b30d7b665f7575 (diff) | |
download | gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.gz gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.bz2 gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.lz gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.xz gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.tar.zst gsoc2013-empathy-0004ebaad62474cfa2eb5f5c6bf8f29b6e6e4070.zip |
Add an EmpathyContactMonitor object to monitor changes in the contact
list.
svn path=/trunk/; revision=2050
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 9a4535cd6..c1bdd6248 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -25,6 +25,7 @@ libempathy_la_SOURCES = \ empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ + empathy-contact-monitor.c \ empathy-debug.c \ empathy-dispatcher.c \ empathy-idle.c \ @@ -67,6 +68,7 @@ libempathy_headers = \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ + empathy-contact-monitor.h \ empathy-debug.h \ empathy-dispatcher.h \ empathy-idle.h \ @@ -86,6 +88,7 @@ libempathy_headers = \ empathy-tp-roomlist.h \ empathy-tp-tube.h \ empathy-tube-handler.h \ + empathy-types.h \ empathy-utils.h libempathy_includedir = $(includedir)/libempathy/ |