- LDAP generated with -X option
[obnox/wireshark/wip.git] / asn1 / ldap / Makefile.nmake
index 69be41f5064b86e6d0f91035bcac4675ac14e8b3..a41d339119a4035c288bff644e63dba599dc07a0 100644 (file)
@@ -16,7 +16,7 @@ generate_dissector: $(DISSECTOR_FILES)
 
 $(DISSECTOR_FILES): ../../tools/asn2wrs.py $(ASN_FILE_LIST) packet-ldap-template.c packet-ldap-template.h ldap.cnf
 !IFDEF PYTHON
-       $(PYTHON) "../../tools/asn2wrs.py" -b -e -p $(PROTOCOL_NAME) -c ldap.cnf -s packet-ldap-template $(ASN_FILE_LIST)
+       $(PYTHON) "../../tools/asn2wrs.py" -b -X -e -p $(PROTOCOL_NAME) -c ldap.cnf -s packet-ldap-template $(ASN_FILE_LIST)
 !ELSE
        @echo Error: You need Python to use asn2wrs.py
        @exit 1