add -asn1compile symbols

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14431 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-12-29 20:45:41 +00:00
parent 47482574e4
commit cef6ef7fd4

View File

@@ -15,6 +15,9 @@ while test $# != 0 ;do
esym="${esym} initialize_[A-Za-z0-9]*_error_table" ;;
-version)
esym="${esym} print_version\$" ;;
-asn1compile)
esym="${esym} copy_ free_ length_ decode_ encode_ length_ "
esym="${esym} *.2int\$ int2 .*_units\$" ;;
-*) echo "unknown option $1" ; exit 1 ;;
*) break ;;
esac