diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 16:58:26 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 13:48:11 +0100 |
commit | acf5b5a1ab48fab40635f98d54601ec9e65742a9 (patch) | |
tree | bdbf43a5660ecb5d6a7b4a84bef167f8ee2c3e8b | |
parent | b48375f432e014f3250d012b1c1b7da6d47ac383 (diff) | |
download | samba-acf5b5a1ab48fab40635f98d54601ec9e65742a9.tar.gz samba-acf5b5a1ab48fab40635f98d54601ec9e65742a9.tar.bz2 samba-acf5b5a1ab48fab40635f98d54601ec9e65742a9.zip |
Use make to generate lists of libraries.
(This used to be commit 2c2a589183067d7fced4ace33380bd1af610924a)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 2acd022503..fea0977ee6 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -214,7 +214,7 @@ sub SharedLibrary($$) { my ($self,$ctx) = @_; - $self->output("SHARED_LIBS += $ctx->{RESULT_SHARED_LIBRARY}\n") if (defined($ctx->{SO_VERSION})); + $self->output("SHARED_LIBS += $ctx->{SHAREDDIR}/$ctx->{LIBRARY_REALNAME}\n") if (defined($ctx->{SO_VERSION})); $self->_prepare_list($ctx, "DEPEND_LIST"); $self->_prepare_list($ctx, "LINK_FLAGS"); |