Alon Bar-Lev wrote:
On 3/28/08, Roumen Petrov <[EMAIL PROTECTED]> wrote:
You request is to change library name. So I could not understand what is
related to SONAME. It came as a surprise to me to allow user(verdor) to
change library name at configure time.
It for generating a differnet modu
On 3/29/08, Roumen Petrov <[EMAIL PROTECTED]> wrote:
> So with automake makefile like this :
> lib_LTLIBRARIES = @[EMAIL PROTECTED]
> @[EMAIL PROTECTED] = module.c
> @[EMAIL PROTECTED] = -module -avoid-version
>
> where MODULE is substituted by configure you can get result.
Thanks!
It works. A
Alon Bar-Lev wrote:
On 3/29/08, Roumen Petrov <[EMAIL PROTECTED]> wrote:
So with automake makefile like this :
lib_LTLIBRARIES = @[EMAIL PROTECTED]
@[EMAIL PROTECTED] = module.c
@[EMAIL PROTECTED] = -module -avoid-version
where MODULE is substituted by configure you can get result.
Thanks