aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-06 00:27:44 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-08-12 00:34:55 +0800
commit62318cf781b2d94dc8bc4d5f084e12e6a269f354 (patch)
tree928861f60397afa1eacf261b491a74fb82f73ffc /libempathy-gtk/Makefile.am
parent9acc3aabf75d159a0c7b6bb729ccfd9d8daff865 (diff)
downloadgsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.tar
gsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.tar.gz
gsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.tar.bz2
gsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.tar.lz
gsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.tar.xz
gsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.tar.zst
gsoc2013-empathy-62318cf781b2d94dc8bc4d5f084e12e6a269f354.zip
Add EmpathyIndividualWidget
This displays details for a single Individual, in much the same way that EmpathyContactWidget displays the details of a single Persona.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index b45fc6e74..ff571c161 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -56,6 +56,7 @@ libempathy_gtk_handwritten_source = \
empathy-individual-menu.c \
empathy-individual-store.c \
empathy-individual-view.c \
+ empathy-individual-widget.c \
empathy-irc-network-dialog.c \
empathy-kludge-label.c \
empathy-log-window.c \
@@ -109,6 +110,7 @@ libempathy_gtk_headers = \
empathy-individual-menu.h \
empathy-individual-store.h \
empathy-individual-view.h \
+ empathy-individual-widget.h \
empathy-irc-network-dialog.h \
empathy-kludge-label.h \
empathy-log-window.h \