diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 11:55:19 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 11:55:19 +0200 |
commit | 7cf29ac84e2f45dfc56d5e46678a96527a38a1c1 (patch) | |
tree | d4b3755cd8acebfc0736de7ae03b68a5cbf35dd0 /source4/build | |
parent | f78bc8c489b02b521e9ecbdbdc72d160c6911b6b (diff) | |
parent | 7361899e80c1001eb7d7c13b12ba72cbc3b758f2 (diff) | |
download | samba-7cf29ac84e2f45dfc56d5e46678a96527a38a1c1.tar.gz samba-7cf29ac84e2f45dfc56d5e46678a96527a38a1c1.tar.bz2 samba-7cf29ac84e2f45dfc56d5e46678a96527a38a1c1.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4
(This used to be commit 9d3d64e1387e9f20383c255bba27128cf4b9519e)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index fb3ac561fa..2470fa1459 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -220,6 +220,10 @@ sub SharedLibrary($$) { my ($self,$ctx) = @_; + if (!defined($ctx->{LIBRARY_SONAME})) { + $ctx->{LIBRARY_SONAME} = ""; + } + $self->output("SHARED_LIBS += $ctx->{SHAREDDIR}/$ctx->{LIBRARY_REALNAME}\n") if (defined($ctx->{SO_VERSION})); $self->_prepare_list($ctx, "DEPEND_LIST"); |