Why don't you provide an install_hook and copy only the .so file to your module directory?
On Wed, 2003-08-27 at 12:18, Tom Howard wrote: > On Wednesday 27 August 2003 16:21, Stephen Torri wrote: > > I am trying to build libraries that will act as modules in a program. At > > present when I do a compile its building .la, .so, .so.0.0 and .so.0.0.0 > > files. I am looking for advice on how to setup my Makefile.am file so > > that all I get installed is a .so file. Ideas? > > > > My intention is to search a subdirectory and load modules as required > > into memory. I would like to not have to put into the source code things > > for sorting out which files to load and which to ignore. I would like to > > utilize as much as I can from the development sources like automake > > before requiring source code to handle this problem. > --jaimon