Hi folks,
AFAICS libraries are installed using ${INSTALL_DATA}.
Wouldn't it be more consequent to use ${INSTALL_PROGRAMS}
here?Both libraries and programs is something that could be stripped, i.e. you could use 'install -s'. But defining INSTALL_DATA to use 'install -s' doesn't work, of course. Regards Harri
