diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-19 20:05:36 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 02:15:20 +0800 |
commit | 48417775ef19cdb1ebe2ecd631953f431aa144b4 (patch) | |
tree | a3e854a6c59701f6aa1c9b010d1a26db0a510a30 /libempathy-gtk/Makefile.am | |
parent | 8da7760544ee3c592f9a884a13b13103b3b5a674 (diff) | |
download | gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.gz gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.bz2 gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.lz gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.xz gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.zst gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.zip |
Expand EmpathyIndividualWidget
It's now a fully-fledged widget of its own, rather than a thin wrapper
around EmpathyContactWidget. Closes: bgo#626728
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 878f9fb5a..eb75b0707 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -188,7 +188,8 @@ ui_DATA = \ empathy-log-window.ui \ empathy-chat.ui \ empathy-contact-selector-dialog.ui \ - empathy-search-bar.ui + empathy-search-bar.ui \ + empathy-individual-widget.ui empathy-gtk-marshal.list: $(libempathy_gtk_la_SOURCES) Makefile.am $(AM_V_GEN)( cd $(srcdir) && \ |