Factor out the Telepathy backend into a separate, loadable module.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 2 Jun 2010 23:48:48 +0000 (16:48 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 2 Jun 2010 23:48:48 +0000 (16:48 -0700)
commit57de1cd643e8057f3b6fc961db68d6e696565644
treec3811f595d2a3a94b2c2780ee8c53fe40e87c3fd
parent1410295ced17bc4be2e6f34400c56edcc82deb42
Factor out the Telepathy backend into a separate, loadable module.
22 files changed:
.gitignore
Makefile.am
backends/Makefile.am [new file with mode: 0644]
backends/telepathy/Makefile.am [new file with mode: 0644]
backends/telepathy/folks-backend-telepathy-uninstalled.pc.in [new file with mode: 0644]
backends/telepathy/folks-backend-telepathy.pc.in [new file with mode: 0644]
backends/telepathy/lowlevel.c [moved from folks/lowlevel.c with 100% similarity]
backends/telepathy/lowlevel.h [moved from folks/lowlevel.h with 100% similarity]
backends/telepathy/lowlevel.metadata [moved from folks/lowlevel.metadata with 100% similarity]
backends/telepathy/tp-backend-factory.vala [new file with mode: 0644]
backends/telepathy/tp-backend.vala [new file with mode: 0644]
backends/telepathy/tp-persona-store.vala [moved from folks/tp-persona-store.vala with 98% similarity]
backends/telepathy/tp-persona.vala [moved from folks/tp-persona.vala with 100% similarity]
configure.ac
folks/Makefile.am
folks/backend-store.vala [new file with mode: 0644]
folks/backend.vala [new file with mode: 0644]
folks/build-conf.vapi [new file with mode: 0644]
folks/folks-uninstalled.pc.in
folks/folks.pc.in
folks/individual-aggregator.vala
folks/persona-store.vala