On Wed, 2007-09-19 at 19:32 -0700, Poe wrote:
> Hi,
> 
> I have a pre-built shared library (.so) that I want to distribute, and when
> "make install" is executed I need it to be installed in the libdir along
> with libraries that are built during the make process.
> 
> I've tried several ways of adding it to the automake files, but can't figure
> out how to get it to install.
> 
> Any help please?

One possibility:

dist_lib_DATA = libxxx.so

Ralf





Reply via email to