diff options
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/ |