diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-04 23:49:11 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-12 00:30:15 +0800 |
commit | 9acc3aabf75d159a0c7b6bb729ccfd9d8daff865 (patch) | |
tree | a9e3e131ae5b88f2ec4cc3671645e5b97cac3ac6 /libempathy-gtk/Makefile.am | |
parent | 7322c5352d6b719da9f632c68fa48ae1ea81977f (diff) | |
download | gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.tar gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.tar.gz gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.tar.bz2 gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.tar.lz gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.tar.xz gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.tar.zst gsoc2013-empathy-9acc3aabf75d159a0c7b6bb729ccfd9d8daff865.zip |
Add EmpathyPersonaStore and EmpathyPersonaView
Based on stripped-down versions of EmpathyContactListStore and
EmpathyContactListView, these allow listing of all the Personas for a given
Individual.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 56e2af3cc..b45fc6e74 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -62,6 +62,8 @@ libempathy_gtk_handwritten_source = \ empathy-new-message-dialog.c \ empathy-new-call-dialog.c \ empathy-notify-manager.c \ + empathy-persona-store.c \ + empathy-persona-view.c \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ empathy-search-bar.c \ @@ -113,6 +115,8 @@ libempathy_gtk_headers = \ empathy-new-message-dialog.h \ empathy-new-call-dialog.h \ empathy-notify-manager.h \ + empathy-persona-store.h \ + empathy-persona-view.h \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ empathy-search-bar.h \ |