diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-05-23 19:13:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-05-26 17:34:59 +0800 |
commit | 1ea03406fc359c1623909ff6705c9c67b0e0c30b (patch) | |
tree | 252682ece0b5fcbc093c5f7244957a83cea3f3ac /libempathy/Makefile.am | |
parent | a9b78b0a3a5fe71e3119016c9f438d3897509bf8 (diff) | |
download | gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.gz gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.bz2 gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.lz gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.xz gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.tar.zst gsoc2013-empathy-1ea03406fc359c1623909ff6705c9c67b0e0c30b.zip |
Remove EmpathyContactMonitor, it is not used anymore
Fixes bug #619489
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 1f1423952..6d596beda 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -36,7 +36,6 @@ libempathy_headers = \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ - empathy-contact-monitor.h \ empathy-contact.h \ empathy-debug.h \ empathy-dispatch-operation.h \ @@ -81,7 +80,6 @@ libempathy_la_SOURCES = \ empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ - empathy-contact-monitor.c \ empathy-contact.c \ empathy-debug.c \ empathy-dispatch-operation.c \ |