diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-28 19:47:22 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-30 14:56:45 +0800 |
commit | ddc1102cb2226a8d68658e483a3b1b0e49a0d33d (patch) | |
tree | 741ab2d88ac03fd1839b90e4626d01a0cfb87604 /libempathy-gtk/Makefile.am | |
parent | 458a5908af2e98b9ac8abe7263720d0fbac6efcd (diff) | |
download | gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.tar gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.tar.gz gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.tar.bz2 gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.tar.lz gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.tar.xz gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.tar.zst gsoc2013-empathy-ddc1102cb2226a8d68658e483a3b1b0e49a0d33d.zip |
EmpathyUserInfo: New widget to edit personal information
This is a much simplified version of EmpathyContactWidget
https://bugzilla.gnome.org/show_bug.cgi?id=680449
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 e5b211a9e..87d787525 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -90,6 +90,7 @@ libempathy_gtk_handwritten_source = \ empathy-theme-manager.c \ empathy-tls-dialog.c \ empathy-ui-utils.c \ + empathy-user-info.c \ empathy-plist.c \ empathy-theme-adium.c \ empathy-webkit-utils.c \ @@ -160,6 +161,7 @@ libempathy_gtk_headers = \ empathy-theme-manager.h \ empathy-tls-dialog.h \ empathy-ui-utils.h \ + empathy-user-info.h \ empathy-plist.h \ empathy-theme-adium.h \ empathy-webkit-utils.h \ |