summaryrefslogtreecommitdiff
path: root/asn1/h235
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-03-27 08:40:46 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-03-27 08:40:46 +0000
commit837f1d2c503fa4261397a6f9e55e319884a9f2ea (patch)
tree69ca64a8ffd2d8739d9f7396d5b50655803fb932 /asn1/h235
parent6b8bae8704a588bb822d442f10e5ad1a941bbb2b (diff)
downloadwireshark-837f1d2c503fa4261397a6f9e55e319884a9f2ea.tar.gz
add missing H235-SRTP.asn into Linux/Unix makefile
svn path=/trunk/; revision=21224
Diffstat (limited to 'asn1/h235')
-rw-r--r--asn1/h235/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h235/Makefile b/asn1/h235/Makefile
index 946fad2430..06df75a45c 100644
--- a/asn1/h235/Makefile
+++ b/asn1/h235/Makefile
@@ -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)