1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Move logic to makefile

(This used to be commit 94b0dd7ab0)
This commit is contained in:
Jelmer Vernooij 2008-02-16 19:19:02 +01:00
parent bffb5fc182
commit d3f260cbef

View File

@ -245,9 +245,9 @@ sub SharedLibrary($$)
}
}
if (defined($ctx->{LIBRARY_SONAME})) {
$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";
}
$lns .= "\nifdef $ctx->{NAME}_SOVERSION";
$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";
$lns .= "\nendif";
$self->output(<< "__EOD__"
#