diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-25 23:24:14 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:05 +0800 |
commit | 2d543808216afa7bd287ec78fa69a16f576652a3 (patch) | |
tree | 5af8d2a84927d1fbcc65bc9b960a42fc0f8f432a /libempathy/Makefile.am | |
parent | 53a376be8d68d95c30cb66495d42d3c18947473f (diff) | |
download | gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.gz gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.bz2 gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.lz gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.xz gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.tar.zst gsoc2013-empathy-2d543808216afa7bd287ec78fa69a16f576652a3.zip |
keyring: move from Empathy to tp-account-widgets
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 13678a252..faf647a4c 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -41,7 +41,6 @@ libempathy_headers = \ empathy-gsettings.h \ empathy-presence-manager.h \ empathy-individual-manager.h \ - empathy-keyring.h \ empathy-location.h \ empathy-message.h \ empathy-pkg-kit.h \ @@ -72,7 +71,6 @@ libempathy_handwritten_source = \ empathy-ft-handler.c \ empathy-presence-manager.c \ empathy-individual-manager.c \ - empathy-keyring.c \ empathy-message.c \ empathy-pkg-kit.c \ empathy-request-util.c \ |