aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-05-04 13:33:35 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-05-04 13:33:35 +0000
commitbbe6caca6b1aa1e3cf653893a98c10c3d713751b (patch)
tree46bc00211b72105a01da8dc4f447ba2bf9af2621 /asn1/rnsap/Makefile.nmake
parentd58b1031de9af60e05495204085a5e4e4302c490 (diff)
- Q.932: fix warnings
- RNSAP: generate field functions only for necessary types - other dissectors regenerated svn path=/trunk/; revision=21683
Diffstat (limited to 'asn1/rnsap/Makefile.nmake')
-rw-r--r--asn1/rnsap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/rnsap/Makefile.nmake b/asn1/rnsap/Makefile.nmake
index dd68e57d66..ff3150e8f0 100644
--- a/asn1/rnsap/Makefile.nmake
+++ b/asn1/rnsap/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py rnsap.asn packet-rnsap-template.c packet-rnsap-template.h rnsap.cnf
!IFDEF PYTHON
- $(PYTHON) "../../tools/asn2wrs.py" -e -F -p $(PROTOCOL_NAME) -c rnsap.cnf -s packet-rnsap-template rnsap.asn
+ $(PYTHON) "../../tools/asn2wrs.py" -e -p $(PROTOCOL_NAME) -c rnsap.cnf -s packet-rnsap-template rnsap.asn
!ELSE
@echo Error: You need Python to use asn2wrs.py
@exit 1