diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-08 15:00:30 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-24 12:28:45 +0100 |
commit | 2a03f6ffb41e22d712ed790cdb9aed4a823c1e81 (patch) | |
tree | 3325d669f1bba5fa002f5a79c4d7f94582e8c638 /libempathy-gtk/Makefile.am | |
parent | cbeb879c831699105fb6943e55caa8bcf72f8eaf (diff) |
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 50f93265..9226b694 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 \ |