diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-13 18:05:38 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-18 20:26:27 +0800 |
commit | 2e74f7c0c092d4930fe690085d76a6fbd7d27e29 (patch) | |
tree | 88bbbfc6095913028bcf1de698a41f803523214e /libempathy/Makefile.am | |
parent | 4c7c9410f125620408089ee95a20bd750b055e48 (diff) | |
download | gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.gz gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.bz2 gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.lz gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.xz gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.tar.zst gsoc2013-empathy-2e74f7c0c092d4930fe690085d76a6fbd7d27e29.zip |
Move SASL mechanism implementations into its own file
We could have other account providers than GOA requiring
this SASL code.
https://bugzilla.gnome.org/show_bug.cgi?id=680160
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index cfa525508..67e64a9f6 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -49,6 +49,7 @@ libempathy_headers = \ empathy-message.h \ empathy-pkg-kit.h \ empathy-request-util.h \ + empathy-sasl-mechanisms.h \ empathy-server-sasl-handler.h \ empathy-server-tls-handler.h \ empathy-status-presets.h \ @@ -83,6 +84,7 @@ libempathy_handwritten_source = \ empathy-message.c \ empathy-pkg-kit.c \ empathy-request-util.c \ + empathy-sasl-mechanisms.c \ empathy-server-sasl-handler.c \ empathy-server-tls-handler.c \ empathy-status-presets.c \ |