1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

heimdal_build: Add version-script for asn1.

This commit is contained in:
Jelmer Vernooij 2010-12-17 20:06:15 +01:00
parent 555d334cf7
commit 02ff0852e8
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Export everything, but put a tag on is so that we make ourself incompatible with older versions
HEIMDAL_ASN1_1.0 {
global:
*;
};

View File

@ -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')