move asn files to 'asn' directory

This commit is contained in:
Harald Welte 2010-06-15 11:41:09 +02:00
parent 7a66b3c35e
commit 7a15fbd906
6 changed files with 5 additions and 0 deletions

5
src/rebuild-from-asn.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
ASN=../asn
asn1c $ASN/DialoguePDUs.asn $ASN/tcap.asn $ASN/UnidialoguePDUs.asn
find . -type l -exec rm \{\} \;
mv *.h ../include/