Way to install only shared libraries

2003-05-30 Thread Stephen Torri
I am on a project that would like to only install shared library files (.so) but not the .la files. I tried to put AC_DISABLED_STATIC and then AM_DISABLED_STATIC into the configure to do this. Neither declaration worked. Is there a method for doing what we want? Stephen -- Stephen Torri <[EMAIL

Re: Way to install only shared libraries

2003-05-30 Thread Assar Westerlund
Stephen Torri <[EMAIL PROTECTED]> writes: > I am on a project that would like to only install shared library files > (.so) but not the .la files. I tried to put AC_DISABLED_STATIC and then > AM_DISABLED_STATIC into the configure to do this. Neither declaration > worked. Is there a method for doing