autoconf
[Top][All Lists]
Advanced

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

Re: Integrating a library using autoconf and automake


From: Thamer Al-Harbash
Subject: Re: Integrating a library using autoconf and automake
Date: Thu, 5 Dec 2002 18:28:45 -0800 (PST)

On Fri, 6 Dec 2002, Andy Smith wrote:

> The part that I can't quite grasp right now, is how and where to
> install the files from the library?  We do not want them to be
> installed system-wide.  The --prefix from the top-level configure is
> meant for the application, not the library.  Ideally we want the
> library to stay just in the source directory and be statically
> linked in without the user being aware that there is a library
> involved at all.

Try the noinst_ hook in automake -- specifically noinst_LIBRARIES.
It should prevent the library from being installed at all.

-- 
Thamer Al-Harbash            http://www.whitefang.com/
          team dresch made me do it





reply via email to

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