linking against libraries which a not in the local directory

2009-01-12 Thread gromeck
Hi to all, I have a problem building with automake in the following directory layout: src/ src/dirA/ holds lib A and program A src/dirB/ holds lib B and program B Both, program A and B have to linked against lib A and B! Yes, I know that this is not a good layout but I have currently

Re: linking against libraries which a not in the local directory

2009-01-12 Thread Ralf Wildenhues
Hello, * gromeck wrote on Mon, Jan 12, 2009 at 12:05:44PM CET: > >src/ >src/dirA/ holds lib A and program A >src/dirB/ holds lib B and program B > > Both, program A and B have to linked against lib A and B! > Yes, I know that this is not a good layout but I have > currently no othe