]> code.delx.au - pulseaudio/commit
build-sys: Fix building with --as-needed
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 11 Jan 2014 14:47:56 +0000 (16:47 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Sat, 11 Jan 2014 14:47:56 +0000 (16:47 +0200)
commit56a1d3613d02d36869a22405e8bd0eaee93aa06a
tree3e56648077f823bf94fe7e5c56b6b546c026af98
parent88abd6c49ee7fb6aefb08ea36f2cda49955c5eda
build-sys: Fix building with --as-needed

pulsecore/core-format.c was recently added to libpulsecommon, and
core-format.c depends on functions in libpulse, which libpulsecommon
doesn't link to. That broke building with --as-needed. This patch adds
pulse/format.c to libpulsecommon, so that core-format.c doesn't need
to depend on libpulse any more. format.c pulls in also the dependency
to json-c.

Reported-By: Jan Steffens <jan.steffens@gmail.com>
src/Makefile.am