add missing H235-SRTP.asn into Linux/Unix makefile

svn path=/trunk/; revision=21224
This commit is contained in:
Tomas Kukosa 2007-03-27 08:40:46 +00:00
parent 6b8bae8704
commit 837f1d2c50
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py packet-h235-template.c packet-h235-template.h h235.cnf
python ../../tools/asn2wrs.py -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn
python ../../tools/asn2wrs.py -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn H235-SRTP.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)