diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:28:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:31:50 +0800 |
commit | 18c0caddada1abd3c4707a1a3ae9478a7ebe7829 (patch) | |
tree | 82b62d189d6bdc5955121ccdc475ee6688521499 /libempathy/Makefile.am | |
parent | a5dd2701945ee0e9a836154285a456a3cb3de93a (diff) | |
download | gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.tar gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.tar.gz gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.tar.bz2 gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.tar.lz gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.tar.xz gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.tar.zst gsoc2013-empathy-18c0caddada1abd3c4707a1a3ae9478a7ebe7829.zip |
remove empathy-contact-list
https://bugzilla.gnome.org/show_bug.cgi?id=673821
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 811e574de..abe2eebfd 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -36,7 +36,6 @@ libempathy_headers = \ empathy-connection-managers.h \ empathy-connection-aggregator.h \ empathy-contact-groups.h \ - empathy-contact-list.h \ empathy-contact.h \ empathy-debug.h \ empathy-ft-factory.h \ @@ -77,7 +76,6 @@ libempathy_handwritten_source = \ empathy-connection-managers.c \ empathy-connection-aggregator.c \ empathy-contact-groups.c \ - empathy-contact-list.c \ empathy-contact.c \ empathy-debug.c \ empathy-ft-factory.c \ |