diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-23 20:46:56 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-23 20:46:56 +0800 |
commit | 9750a6735d088fa5c1930f2ac581619ff31c8491 (patch) | |
tree | f2a093c4bb314a75cc40ec642ad992b4655923a3 /libempathy/Makefile.am | |
parent | f4e6cbe11974883a3883536461c0be08f75cdd39 (diff) | |
download | gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.tar gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.tar.gz gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.tar.bz2 gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.tar.lz gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.tar.xz gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.tar.zst gsoc2013-empathy-9750a6735d088fa5c1930f2ac581619ff31c8491.zip |
Removed EmpathyAccount{,Manager}.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 1e7d01ca3..91fdf7ba1 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -27,8 +27,6 @@ noinst_LTLIBRARIES = libempathy.la libempathy_headers = \ empathy-account-settings.h \ - empathy-account.h \ - empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ empathy-call-factory.h \ @@ -70,9 +68,7 @@ libempathy_headers = \ libempathy_la_SOURCES = \ $(libempathy_headers) \ - empathy-account.c \ empathy-account-settings.c \ - empathy-account-manager.c \ empathy-chatroom.c \ empathy-chatroom-manager.c \ empathy-call-factory.c \ |