automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ralf Corsepius
Subject: Re: How to install additional files in "make install"
Date: Thu, 20 Sep 2007 09:46:12 +0200

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

[Prev in Thread] Current Thread [Next in Thread]