diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-10-17 20:45:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-17 20:45:44 +0800 |
commit | 87177241f400d11ae30da75ad134983047f9be5a (patch) | |
tree | 87fd768ed63551c1108589b132b96d6ffecbd38c /src/Makefile.am | |
parent | 00b13b48a3771ba08eb6453a7a6e1c55f0de2a61 (diff) | |
download | gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.gz gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.bz2 gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.lz gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.xz gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.tar.zst gsoc2013-empathy-87177241f400d11ae30da75ad134983047f9be5a.zip |
Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1593
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4d0caba63..eee9510bf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,6 +28,7 @@ empathy_SOURCES = \ empathy-chatrooms-window.c empathy-chatrooms-window.h \ empathy-chat-window.c empathy-chat-window.h \ empathy-event-manager.c empathy-event-manager.h \ + empathy-import-dialog.c empathy-import-dialog.h \ empathy-main-window.c empathy-main-window.h \ empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \ empathy-preferences.c empathy-preferences.h \ |