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
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