diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 15:28:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 15:28:12 +0100 |
commit | 2bf39edc9d0abf3306bd25b9c40d88aceb029be7 (patch) | |
tree | 6ab2ba13797418ca65b935b5d99d002719373596 /source4/build/smb_build | |
parent | 0c6de7c9598889a469084bf15da49b1a2589cff7 (diff) | |
download | samba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.tar.gz samba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.tar.bz2 samba-2bf39edc9d0abf3306bd25b9c40d88aceb029be7.zip |
Push SOVERSION and VERSION out of perl code.
(This used to be commit 0ba8ac6a14c62ff9edfe9f0bf43b8a7406b85291)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 6d879ff02b..2a4621de30 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -147,9 +147,6 @@ sub SharedLibraryPrimitives($$) { my ($self,$ctx) = @_; - $self->output("$ctx->{NAME}_SOVERSION = $ctx->{SO_VERSION}\n") if (defined($ctx->{SO_VERSION})); - $self->output("$ctx->{NAME}_VERSION = $ctx->{VERSION}\n") if (defined($ctx->{VERSION})); - if (not grep(/STATIC_LIBRARY/, @{$ctx->{OUTPUT_TYPE}})) { $self->output("$ctx->{NAME}_OUTPUT = $ctx->{OUTPUT}\n"); $self->_prepare_list($ctx, "FULL_OBJ_LIST"); |