diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 20:06:15 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 20:06:15 +0100 |
commit | 02ff0852e885ba80018bbdedceece7b566197147 (patch) | |
tree | 100355ecb0e424404eee3e7c3efbaf6e7797e871 /source4/heimdal_build | |
parent | 555d334cf70b6c4d73aece9311534449dca00bd0 (diff) | |
download | samba-02ff0852e885ba80018bbdedceece7b566197147.tar.gz samba-02ff0852e885ba80018bbdedceece7b566197147.tar.bz2 samba-02ff0852e885ba80018bbdedceece7b566197147.zip |
heimdal_build: Add version-script for asn1.
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 700dac509b..5f311c0cd7 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -691,6 +691,7 @@ if not bld.CONFIG_SET("USING_SYSTEM_ASN1"): ) HEIMDAL_LIBRARY('asn1', + version_script='lib/asn1/version-script.map', deps="HEIMDAL_HEIM_ASN1", source='', vnum='8.0.0') |