Re: Module statically linked, and maintainer-clean rule

2012-10-28 Thread Stefano Lattarini
On 10/28/2012 12:00 PM, Vincent Torri wrote: > On Sun, Oct 28, 2012 at 11:57 AM, Stefano Lattarini > wrote: >> On 10/28/2012 11:34 AM, Vincent Torri wrote: >>> Hey >>> >>> Our project build some modules as shared lib. We added the possibility >>> to statically link them to the library with autocon

Re: Module statically linked, and maintainer-clean rule

2012-10-28 Thread Vincent Torri
On Sun, Oct 28, 2012 at 11:57 AM, Stefano Lattarini wrote: > On 10/28/2012 11:34 AM, Vincent Torri wrote: >> Hey >> >> Our project build some modules as shared lib. We added the possibility >> to statically link them to the library with autoconf. We then define >> BUILD_STATIC automake conditionna

Re: Module statically linked, and maintainer-clean rule

2012-10-28 Thread Stefano Lattarini
On 10/28/2012 11:34 AM, Vincent Torri wrote: > Hey > > Our project build some modules as shared lib. We added the possibility > to statically link them to the library with autoconf. We then define > BUILD_STATIC automake conditionnal to select what we want. The tree > directories are: > > src/lib

Module statically linked, and maintainer-clean rule

2012-10-28 Thread Vincent Torri
Hey Our project build some modules as shared lib. We added the possibility to statically link them to the library with autoconf. We then define BUILD_STATIC automake conditionnal to select what we want. The tree directories are: src/lib <--- where the lib is src/module <-- where the module is.