Re: How to install additional files in "make install"

2007-09-20 Thread Poe
Ralf Wildenhues wrote: > > Hello, > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: >> On Wed, 2007-09-19 at 19:32 -0700, Poe wrote: >> > >> > I have a pre-built shared library (.so) that I want to distribute, and >> when >> > "make install" is executed I need it to be instal

Re: How to install additional files in "make install"

2007-09-20 Thread Ralf Corsepius
On Thu, 2007-09-20 at 10:05 +0200, Ralf Wildenhues wrote: > Hello, > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: > > On Wed, 2007-09-19 at 19:32 -0700, Poe wrote: > > > > > > I have a pre-built shared library (.so) that I want to distribute, and > > > when > > > "make insta

Re: How to install additional files in "make install"

2007-09-20 Thread Ralf Wildenhues
Hello, * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: > On Wed, 2007-09-19 at 19:32 -0700, Poe wrote: > > > > 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 librarie

Re: How to install additional files in "make install"

2007-09-20 Thread Ralf Corsepius
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 ad

How to install additional files in "make install"

2007-09-20 Thread Poe
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