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

2007-09-21 Thread Ralf Corsepius
On Fri, 2007-09-21 at 19:11 +0200, Ralf Wildenhues wrote: > * Ralf Corsepius wrote on Fri, Sep 21, 2007 at 06:57:04PM CEST: > > On Fri, 2007-09-21 at 16:10 +0200, Ralf Wildenhues wrote: > > > > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: > [...] > > > > > | Makefile.am:1: `lib

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

2007-09-21 Thread Ralf Wildenhues
* Ralf Corsepius wrote on Fri, Sep 21, 2007 at 06:57:04PM CEST: > On Fri, 2007-09-21 at 16:10 +0200, Ralf Wildenhues wrote: > > > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: [...] > > > > | Makefile.am:1: `libdir' is not a legitimate directory for `DATA' [...] > > I agree that

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

2007-09-21 Thread Ralf Corsepius
On Fri, 2007-09-21 at 16:10 +0200, Ralf Wildenhues wrote: > Hello Ralf, > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 10:50:09AM CEST: > > On Thu, 2007-09-20 at 10:05 +0200, Ralf Wildenhues wrote: > > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: > > > > > > > dist_lib_DA

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

2007-09-21 Thread Ralf Wildenhues
Hello Ralf, * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 10:50:09AM CEST: > On Thu, 2007-09-20 at 10:05 +0200, Ralf Wildenhues wrote: > > * Ralf Corsepius wrote on Thu, Sep 20, 2007 at 09:46:12AM CEST: > > > > > dist_lib_DATA = libxxx.so > > > > That won't get the right (execute) permissions o

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