automake
[Top][All Lists]
Advanced

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

Re: Creating shared object without lib prefix


From: Paul F. Kunz
Subject: Re: Creating shared object without lib prefix
Date: Tue, 15 Jul 2003 07:48:55 -0700

>>>>> On Tue, 15 Jul 2003 13:03:04 +0200, Bram Stolk <address@hidden> said:

> Hello, I want to build a python module, which should be created as
> _foo.so However, automake/autoconf (as well as libtool) only let me
> create sharedobjects with a lib prefix: libfoo.so

   What I do is add something like this to Makefile.am file...

all-local: hippomodule.so

hippomodule.so: $(lib_LTLIBRARIES)
        @echo creating hippomodule.so
        cp .libs/libhippo.so.0.0.0 hippomodule.so




reply via email to

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