libtool
[Top][All Lists]
Advanced

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

Re: overriding libdir?


From: Olly Betts
Subject: Re: overriding libdir?
Date: Wed, 12 Apr 2006 22:53:53 +0000 (UTC)
User-agent: slrn/0.9.8.1 (Linux)

On 2006-04-12, Tyler MacDonald <address@hidden> wrote:
> I'm trying to ion-diret automake/libtool to allow me to install a library into
> PHP's extension directory.

phpextdir = `$(PHP_CONFIG) --extension-dir`
phpext_LTLIBRARIES = php_mod_bt.la

You probably also want to remove the .la file this installs:

install-data-hook:
        rm -f $(DESTDIR)$(phpextdir)/xapian.la

I don't know of a way to avoid installing it in the first place...

Cheers,
    Olly





reply via email to

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