Move the folks-telepathy library to a "lib" subdir of backends/telepathy
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 26 Aug 2010 11:37:15 +0000 (12:37 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 26 Aug 2010 21:21:49 +0000 (22:21 +0100)
commite221dec87f9092b526a1d87b285b127c5a2c4ca2
tree0741c597ecf98af9d290ffb4dc9c00cc12a25481
parent870ffaab3cb41d34e7694b1eba27992c44df89f3
Move the folks-telepathy library to a "lib" subdir of backends/telepathy

This solves the ordering problem between building folks-telepathy.la and
folks-backend-telepathy.la, where the latter depends on the former, under
parallel installation. See
http://old.nabble.com/relinking-error-td27796838.html for an explanation of
why adding DEPENDENCIES doesn't work.

This fixes parallel installation of libfolks. Closes: bgo#627898
12 files changed:
backends/telepathy/Makefile.am
backends/telepathy/lib/Makefile.am [new file with mode: 0644]
backends/telepathy/lib/folks-telepathy-uninstalled.pc.in [moved from backends/telepathy/folks-telepathy-uninstalled.pc.in with 100% similarity]
backends/telepathy/lib/folks-telepathy.deps [moved from backends/telepathy/folks-telepathy.deps with 100% similarity]
backends/telepathy/lib/folks-telepathy.pc.in [moved from backends/telepathy/folks-telepathy.pc.in with 100% similarity]
backends/telepathy/lib/tp-lowlevel.c [moved from backends/telepathy/tp-lowlevel.c with 100% similarity]
backends/telepathy/lib/tp-lowlevel.h [moved from backends/telepathy/tp-lowlevel.h with 100% similarity]
backends/telepathy/lib/tpf-logger.vala [moved from backends/telepathy/tpf-logger.vala with 100% similarity]
backends/telepathy/lib/tpf-persona-store.vala [moved from backends/telepathy/tpf-persona-store.vala with 100% similarity]
backends/telepathy/lib/tpf-persona.vala [moved from backends/telepathy/tpf-persona.vala with 100% similarity]
configure.ac
docs/Makefile.am