aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-15 06:27:53 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-15 06:27:53 +0000
commitaada0116b7c65f6ea0b54c6375efd604c8be9874 (patch)
tree5ddfb373621892ab25a7e5f4ccbca8594060b811 /asn1/h450/Makefile.nmake
parent71c5821e2e34025cc16624ba6fdea5c094061a6a (diff)
H.225, H.245, H.450 regenerated with new asn2eth
svn path=/trunk/; revision=18156
Diffstat (limited to 'asn1/h450/Makefile.nmake')
-rw-r--r--asn1/h450/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h450/Makefile.nmake b/asn1/h450/Makefile.nmake
index b2002c49e0..995cabbce8 100644
--- a/asn1/h450/Makefile.nmake
+++ b/asn1/h450/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf
!IFDEF PYTHON
- $(PYTHON) ../../tools/asn2eth.py -X -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
+ $(PYTHON) ../../tools/asn2eth.py -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1