diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 22:00:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-24 19:28:45 +0800 |
commit | 2a03f6ffb41e22d712ed790cdb9aed4a823c1e81 (patch) | |
tree | 3325d669f1bba5fa002f5a79c4d7f94582e8c638 /libempathy-gtk/Makefile.am | |
parent | cbeb879c831699105fb6943e55caa8bcf72f8eaf (diff) | |
download | gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.tar gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.tar.gz gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.tar.bz2 gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.tar.lz gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.tar.xz gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.tar.zst gsoc2013-empathy-2a03f6ffb41e22d712ed790cdb9aed4a823c1e81.zip |
Add individual-store-channel
This will allow us to use the individual view to display muc members.
https://bugzilla.gnome.org/show_bug.cgi?id=663387
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 50f93265b..9226b6942 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -62,6 +62,7 @@ libempathy_gtk_handwritten_source = \ empathy-individual-linker.c \ empathy-individual-menu.c \ empathy-individual-store.c \ + empathy-individual-store-channel.c \ empathy-individual-store-manager.c \ empathy-individual-view.c \ empathy-individual-widget.c \ @@ -133,6 +134,7 @@ libempathy_gtk_headers = \ empathy-individual-linker.h \ empathy-individual-menu.h \ empathy-individual-store.h \ + empathy-individual-store-channel.h \ empathy-individual-store-manager.h \ empathy-individual-view.h \ empathy-individual-widget.h \ |