automake
[Top][All Lists]
Advanced

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

Re: Installing something nonstandard in $(libdir)


From: Nick Bowler
Subject: Re: Installing something nonstandard in $(libdir)
Date: Thu, 6 Feb 2020 17:48:24 -0500

Hi Zack,

On 2/6/20, Zack Weinberg <address@hidden> wrote:
> For reasons too complicated to get into here, I have been
> experimenting with building shared libraries in an autoconf+automake
> build *without* using libtool.  [Please do not try to talk me out of
> this.]  I have something that works correctly on ELF-based operating
> systems with GCC, *except* for installation, where automake is
> refusing to do what I want.
[...]
> So, the question is, is there a lib_SOMETHING variable that I can use
> to install to $(libdir) arbitrary stuff that automake doesn't
> understand?  If not, is there some other option?

You can use an install-exec-hook to install your libraries.

Hope that helps,
  Nick



reply via email to

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