diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-02 21:41:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-23 20:33:58 +0800 |
commit | 7f75f25ac7e93e198e23421298b619e6b92992da (patch) | |
tree | 1654b20aeff666f570920dab9a2f8c2ce68e3dd3 /libempathy-gtk/Makefile.am | |
parent | e981a1084ec54ecff03ab234a666ce3742f163ae (diff) | |
download | gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.tar gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.tar.gz gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.tar.bz2 gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.tar.lz gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.tar.xz gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.tar.zst gsoc2013-empathy-7f75f25ac7e93e198e23421298b619e6b92992da.zip |
add empathy-bad-password-dialog
https://bugzilla.gnome.org/show_bug.cgi?id=661640
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 960153cfc..0d3762aff 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -33,6 +33,7 @@ libempathy_gtk_handwritten_source = \ empathy-account-widget.c \ empathy-avatar-chooser.c \ empathy-avatar-image.c \ + empathy-bad-password-dialog.c \ empathy-base-password-dialog.c \ empathy-call-utils.c \ empathy-cell-renderer-activatable.c \ @@ -101,6 +102,7 @@ libempathy_gtk_headers = \ empathy-account-widget.h \ empathy-avatar-chooser.h \ empathy-avatar-image.h \ + empathy-bad-password-dialog.h \ empathy-base-password-dialog.h \ empathy-call-utils.h \ empathy-cell-renderer-activatable.h \ |