diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-28 16:32:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-05 21:03:34 +0800 |
commit | 384fcd8f440f8d167ff46c5055e31410ade7ec6c (patch) | |
tree | 0dfd4b0556e8b46e914f0ed71bd517c3fec1f7f6 /libempathy/Makefile.am | |
parent | 16947e6677f6a9adf08746912d36b090a4a2ef4d (diff) | |
download | gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.tar gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.tar.gz gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.tar.bz2 gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.tar.lz gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.tar.xz gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.tar.zst gsoc2013-empathy-384fcd8f440f8d167ff46c5055e31410ade7ec6c.zip |
remove EmpathyConnectivity
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 3d7e5fca7..811e574de 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -34,7 +34,6 @@ libempathy_headers = \ empathy-chatroom.h \ empathy-client-factory.h \ empathy-connection-managers.h \ - empathy-connectivity.h \ empathy-connection-aggregator.h \ empathy-contact-groups.h \ empathy-contact-list.h \ @@ -76,7 +75,6 @@ libempathy_handwritten_source = \ empathy-chatroom.c \ empathy-client-factory.c \ empathy-connection-managers.c \ - empathy-connectivity.c \ empathy-connection-aggregator.c \ empathy-contact-groups.c \ empathy-contact-list.c \ |