r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
authorJelmer Vernooij <jelmer@samba.org>
Mon, 13 Mar 2006 16:32:44 +0000 (16:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:12 +0000 (13:57 -0500)
commit7871b07e21c85c63d0ecac4c31b98dc112d18af5
tree350cc604e99e07c7c2e60042870e028822c8e0b0
parent7fd74cfbb90063c79994fb6691dbe456d9ad9efa
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
 - VERSION: should contain the current version. Will be made part of the filename.
 - SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library.

Fix sonames and use them on platforms that support them
Remove symlinking code. ldconfig will take care of creating the symlinks now
that we set the soname.
25 files changed:
source/auth/gensec/config.mk
source/build/smb_build/TODO
source/build/smb_build/config_mk.pm
source/build/smb_build/input.pm
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
source/build/smb_build/output.pm
source/gtk/config.mk
source/heimdal_build/config.mk
source/lib/ldb/config.mk
source/lib/registry/config.mk
source/lib/samba3/config.mk
source/lib/socket_wrapper/config.mk
source/lib/talloc/config.mk
source/lib/tdb/config.mk
source/lib/tdr/config.mk
source/lib/util/config.mk
source/libcli/config.mk
source/libnet/config.mk
source/librpc/config.mk
source/main.mk
source/nsswitch/config.mk
source/ntvfs/config.mk
source/param/config.mk
source/scripting/ejs/config.mk