third party libaries

2005-03-03 Thread Johannes Drever
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

Re: third party libaries

2005-03-03 Thread Johannes Drever
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