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
* 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
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
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
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
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
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
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
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