diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-29 19:57:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-29 21:24:17 +0800 |
commit | 057fc319fd536f33353bf307e8124dc8fbdd9040 (patch) | |
tree | 6776aa88fe6f096edb857dd252a3bd390e6d9336 /libempathy/Makefile.am | |
parent | 09a20a54f5b7384ab93388cb8642dcd8959daf98 (diff) | |
download | gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.tar gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.tar.gz gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.tar.bz2 gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.tar.lz gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.tar.xz gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.tar.zst gsoc2013-empathy-057fc319fd536f33353bf307e8124dc8fbdd9040.zip |
add EmpathyConnectionAggregator
It won't do much atm but will be used as a helper dealing with all
connections.
https://bugzilla.gnome.org/show_bug.cgi?id=665121
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 1f4bdbcb9..b2c42f96c 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -36,6 +36,7 @@ libempathy_headers = \ empathy-client-factory.h \ empathy-connection-managers.h \ empathy-connectivity.h \ + empathy-connection-aggregator.h \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ @@ -79,6 +80,7 @@ libempathy_handwritten_source = \ empathy-client-factory.c \ empathy-connection-managers.c \ empathy-connectivity.c \ + empathy-connection-aggregator.c \ empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ |