diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 20:08:11 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 20:08:11 +0100 |
commit | 6dc807703d9e3635f4c2211e3178a5bfdc4de52e (patch) | |
tree | bbfe2e64c0e3d92ccc9f27e628ea34538600972d /source4/heimdal_build | |
parent | 02ff0852e885ba80018bbdedceece7b566197147 (diff) | |
download | samba-6dc807703d9e3635f4c2211e3178a5bfdc4de52e.tar.gz samba-6dc807703d9e3635f4c2211e3178a5bfdc4de52e.tar.bz2 samba-6dc807703d9e3635f4c2211e3178a5bfdc4de52e.zip |
heimdal_build: Add version-script for gssapi.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 5f311c0cd7..64dd95bca9 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -604,6 +604,7 @@ lib/gssapi/mech/gss_set_cred_option.c lib/gssapi/mech/gss_pseudo_random.c ../he includes='../heimdal/lib/gssapi ../heimdal/lib/gssapi/gssapi ../heimdal/lib/gssapi/spnego ../heimdal/lib/gssapi/krb5 ../heimdal/lib/gssapi/mech', deps='HEIMDAL_HCRYPTO asn1 HEIMDAL_SPNEGO_ASN1 HEIMDAL_GSSAPI_ASN1 roken krb5 com_err wind', vnum='2.0.0', + version_script='lib/gssapi/version-script.map', ) # expand_path.c needs some of the install paths |