diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-13 16:32:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:12 -0500 |
commit | e153a8099e9a187e6bcac6507ed4b1ddfe7cb764 (patch) | |
tree | d8eda141f9a3b4a091d4b6a6167e3d46d4fc7e02 /source4/heimdal_build | |
parent | d563c448f7971a8171c101f23e92c19aa2327a90 (diff) | |
download | samba-e153a8099e9a187e6bcac6507ed4b1ddfe7cb764.tar.gz samba-e153a8099e9a187e6bcac6507ed4b1ddfe7cb764.tar.xz samba-e153a8099e9a187e6bcac6507ed4b1ddfe7cb764.zip |
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.
(This used to be commit 7871b07e21c85c63d0ecac4c31b98dc112d18af5)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index a02c5008b7..fef7f8105d 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -481,6 +481,8 @@ heimdal_clean: hdb_asn1_clean spnego_asn1_clean krb5_asn1_clean ####################### # Start SUBSYSTEM HEIMDAL [LIBRARY::HEIMDAL] +VERSION = 0.0.1 +SO_VERSION = 0.0.1 NOPROTO = YES REQUIRED_SUBSYSTEMS = \ HEIMDAL_GSSAPI HEIMDAL_KRB5 KERBEROS \ |