Re: how to add the creation of static lib for one lib only

2008-03-02 Thread Ralf Wildenhues
Hi Vincent, * Vincent Torri wrote on Sat, Mar 01, 2008 at 09:56:31AM CET: > > I use AC_DISABLE_STATIC in configure.in (before AC_PROG_LIBTOOL) to > remove the creation of all the static lib of a project because there are > a lot of creted modules (the static lib is useless for them). > > But, fo

how to add the creation of static lib for one lib only

2008-03-01 Thread Vincent Torri
Hey, I use AC_DISABLE_STATIC in configure.in (before AC_PROG_LIBTOOL) to remove the creation of all the static lib of a project because there are a lot of creted modules (the static lib is useless for them). But, for the library itself, i would like to create the static lib. I tried, in the