diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-08-24 19:13:07 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-08-27 21:47:21 +0800 |
commit | c3933b7972672e533c33cf9f401a1dea83ba1368 (patch) | |
tree | 80957d6c8a7244c33d7fdc50bbc6e3a5e8f3b60e /libempathy/Makefile.am | |
parent | 1b787a9f326fa5d4224f1a0fe7be56f455b2eedd (diff) | |
download | gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.tar gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.tar.gz gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.tar.bz2 gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.tar.lz gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.tar.xz gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.tar.zst gsoc2013-empathy-c3933b7972672e533c33cf9f401a1dea83ba1368.zip |
UOA: Use an AgManager singleton
This is especially useful in empathy-keyring where it would reload
all accounts each time we set a password.
https://bugzilla.gnome.org/show_bug.cgi?id=680776
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 2274b99ed..36de4d6c2 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -104,6 +104,8 @@ goa_sources = \ uoa_sources = \ empathy-uoa-auth-handler.c \ empathy-uoa-auth-handler.h \ + empathy-uoa-utils.c \ + empathy-uoa-utils.h \ $(NULL) pkglib_LTLIBRARIES = libempathy.la |