On 2006-04-12, Tyler MacDonald <[EMAIL PROTECTED]> 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



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to