summaryrefslogtreecommitdiff
path: root/asn1/dap/Makefile
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-21 14:36:05 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-21 14:36:05 +0000
commit62da958bd969402c5a716137dd97db39508c27a4 (patch)
tree4058cba1f20112da293e1494dbb3cb99e8ba39b0 /asn1/dap/Makefile
parent055419557350e22a804e7ae394382c4efb79e916 (diff)
downloadwireshark-62da958bd969402c5a716137dd97db39508c27a4.tar.gz
- asn2eth renamed to asn2wrs
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
Diffstat (limited to 'asn1/dap/Makefile')
-rw-r--r--asn1/dap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/dap/Makefile b/asn1/dap/Makefile
index 846e6d2ba7..29efc47bf8 100644
--- a/asn1/dap/Makefile
+++ b/asn1/dap/Makefile
@@ -12,8 +12,8 @@ ASN_EXPORTS= ../x509if/x509if-exp.cnf \
../ros/ros-exp.cnf \
../acse/acse-exp.cnf
-$(DISSECTOR_FILES): ../../tools/asn2eth.py dap.asn packet-dap-template.c packet-dap-template.h dap.cnf $(ASN_EXPORTS)
- python ../../tools/asn2eth.py -X -b -e -p dap -c dap.cnf -s packet-dap-template dap.asn
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py dap.asn packet-dap-template.c packet-dap-template.h dap.cnf $(ASN_EXPORTS)
+ python ../../tools/asn2wrs.py -b -e -p dap -c dap.cnf -s packet-dap-template dap.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)