Re: creating a shared library from more than one src directory

2004-10-26 Thread Jens Rehsack
Bob Friesenhahn wrote: On Fri, 22 Oct 2004, Alexandre Duret-Lutz wrote: Jens> Are there any tips how to write such Makefile.am's? Consider using Libtool convenience libraries for your subdirectories (there is a section about this in the Automake manual). Another way is to use the non-recursive bui

Re: creating a shared library from more than one src directory

2004-10-26 Thread Jens Rehsack
Alexandre Duret-Lutz wrote: "Jens" == Jens Rehsack <[EMAIL PROTECTED]> writes: [...] Jens> Are there any tips how to write such Makefile.am's? Consider using Libtool convenience libraries for your subdirectories (there is a section about this in the Automake manual).

creating a shared library from more than one src directory

2004-10-22 Thread Jens Rehsack
Hi, I have a problem, and even I was searching for days I couldn't found a solution. I need to create several shared libraries for a project, whereby each library will be composed from several modules. As example: project/ +- project/src/ |+- project/src/core/ ||+- project/src/cor