Hey,<br><br>In our <a href="http://configure.ac">configure.ac</a>, we list all the packages that have .pc files and we add them in the Requires.private.<br>Suppose that one of those package is foo, PKG_CHECK_MODULE defines FOO_LIBS. One of us also added in the Libs.private field FOO_LIBS, that is:<br>
<br>Requires.private: foo<br>Libs: ****<br>Libs.private: @FOO_LIBS@<br><br>Is it really necessary to add @FOO_LIBS@ in Libs.private ?<br><br>thank you<br><br>Vincent Torri<br>