aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acp133/Makefile
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-07-08 14:38:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-07-08 14:38:07 +0000
commita655815efa4237ed340c92b5123e65a3d0601138 (patch)
treec7f41549752de7fd83dd1f0b8ca7b7312d5a1e65 /asn1/acp133/Makefile
parent4bb2dbca126f95f0a1148b4dfd4960842e7d8723 (diff)
ACP123 with -X and -T option
svn path=/trunk/; revision=22269
Diffstat (limited to 'asn1/acp133/Makefile')
-rw-r--r--asn1/acp133/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/acp133/Makefile b/asn1/acp133/Makefile
index 0cbbf3a308..b215bd74f8 100644
--- a/asn1/acp133/Makefile
+++ b/asn1/acp133/Makefile
@@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py acp133.asn packet-acp133-template.c packet-acp133-template.h acp133.cnf
- python ../../tools/asn2wrs.py -b -e -p acp133 -c acp133.cnf -s packet-acp133-template acp133.asn
+ python ../../tools/asn2wrs.py -b -e -X -T -p acp133 -c acp133.cnf -s packet-acp133-template acp133.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)