Hey,
a library that I use installs shared libs that will be loaded with dlopen. That is, the static lib, the .la files (and the import lib *.dll.a on windows) are not necessary.
Is there a command to add in a Makefile.am to avoid the installation of those file, so that only the sahred lib is installed ?
thank you Vincent Torri
