* Marc Espie [2006-01-09]: > > How is one to handle "plug-ins" that are really nothing more than > > shared libs that have no version? Does this apply to these as well? > > No.
To elaborate a little more, there are ports, which build plugins but build them as libraries with a version number. In that case it makes sense to patch the version number away, in order to not having to register these plugins with SHARED_LIBS (look at scribus for an example). Nikolay