Hello everyone!
what is the best way to add the dependency on third party libaries to my
project? The project has many "subproject" which i want to able to build
seperately, and each "subproject" depends on other third party libraries.
i am totaly unsure where to put the dependencies, so i would
On Thu, 3 Mar 2005, Bob Friesenhahn wrote:
If you are using Automake, you should express library dependencies via an
LDADD statement (can be on a per-library level). If the libraries are in the
local build tree, the listed dependency should be the absolute or relative
path to the library's unin