diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-19 22:40:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-20 00:11:11 +0800 |
commit | 452df1568e0a3e74a49c92c00840e15c788215ce (patch) | |
tree | 148946799418b52570340e6d94a5be394976379a /src/Makefile.am | |
parent | c4f65286eb3b7f82d25afa63c5204a98bd85408a (diff) | |
download | gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.tar gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.tar.gz gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.tar.bz2 gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.tar.lz gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.tar.xz gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.tar.zst gsoc2013-empathy-452df1568e0a3e74a49c92c00840e15c788215ce.zip |
move create_salut_account_if_needed and should_create_salut_account to a new file
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 6360dee09..24ba7b405 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ empathy_handwritten_source = \ empathy-about-dialog.c empathy-about-dialog.h \ empathy-account-assistant.c empathy-account-assistant.h \ empathy-accounts-dialog.c empathy-accounts-dialog.h \ + empathy-auto-salut-account-helper.c empathy-auto-salut-account-helper.h \ empathy-call-window-fullscreen.c empathy-call-window-fullscreen.h \ empathy-call-window.c empathy-call-window.h \ empathy-chat-window.c empathy-chat-window.h \ |