Re: .so.0.0.0 files not required

Rodney Dawes <[email protected]> Wed, 18 Feb 2004 08:57:51 -0500
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
You should probably define a pluginsdir = $(pkglibdir)/plugins or
something similar, and plugins_LTLIBRARIES instead, since pkglibdir
doesn't include the ending /plugins.

-- dobey

On Wed, 2004-02-18 at 08:18, Philip S Tellis wrote:
> This patch gets rid of useless .so.0.0.0 files.  We only need .so files, 
> so no need to build and install the others.
> 
> Philip