aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-06-05 12:15:52 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-06-05 12:15:52 +0000
commit49df6a8c10449c406ab4c2fc6fa866e9139289d7 (patch)
tree4c6d30d1e7b57fc78bf68d91098bf46c19fe622b /asn1/qsig/Makefile.nmake
parent31e45c7a2130ada609c53cef7fb6e630bfb0ae45 (diff)
Q.932 and QSIG regenerated with -X (new BER) option
svn path=/trunk/; revision=22044
Diffstat (limited to 'asn1/qsig/Makefile.nmake')
-rw-r--r--asn1/qsig/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/qsig/Makefile.nmake b/asn1/qsig/Makefile.nmake
index b32499cee7..954ae38801 100644
--- a/asn1/qsig/Makefile.nmake
+++ b/asn1/qsig/Makefile.nmake
@@ -16,7 +16,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py $(QSIG_ASN) packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf
!IFDEF PYTHON
- $(PYTHON) "../../tools/asn2wrs.py" -b -T -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template $(QSIG_ASN)
+ $(PYTHON) "../../tools/asn2wrs.py" -b -T -X -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template $(QSIG_ASN)
!ELSE
@echo Error: You need Python to use asn2wrs.py
@exit 1