diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-03 23:58:05 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-01-26 21:29:01 +0800 |
commit | b27c1b4e47d33b9f7bd902f8a770353bed372994 (patch) | |
tree | 3a8842fa3924e054239e81a41b9a0dce6628c1d4 /libempathy-gtk/Makefile.am | |
parent | 6879c0e851ab62aed8e540bec3c3d598227ae4bf (diff) | |
download | gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.tar gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.tar.gz gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.tar.bz2 gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.tar.lz gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.tar.xz gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.tar.zst gsoc2013-empathy-b27c1b4e47d33b9f7bd902f8a770353bed372994.zip |
auth-client: move the password dialog into a new file
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
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 1cc65532c..fe3d35c77 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -72,6 +72,7 @@ libempathy_gtk_handwritten_source = \ empathy-new-message-dialog.c \ empathy-new-call-dialog.c \ empathy-notify-manager.c \ + empathy-password-dialog.c \ empathy-persona-store.c \ empathy-persona-view.c \ empathy-presence-chooser.c \ @@ -134,6 +135,7 @@ libempathy_gtk_headers = \ empathy-new-message-dialog.h \ empathy-new-call-dialog.h \ empathy-notify-manager.h \ + empathy-password-dialog.h \ empathy-persona-store.h \ empathy-persona-view.h \ empathy-presence-chooser.h \ |