aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-14 21:04:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-14 21:04:42 +0000
commitf3c3b8f57780c20a79c4db295e9f7fea2630c5ad (patch)
tree5e3e25df5bc3ca9617ebc85ad58bf0a964ed2612 /asn1/x509sat
parent404b556084233771a3425f4347d9b2f4a2d0c943 (diff)
Add makefiles
svn path=/trunk/; revision=16800
Diffstat (limited to 'asn1/x509sat')
-rw-r--r--asn1/x509sat/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/x509sat/Makefile.nmake b/asn1/x509sat/Makefile.nmake
index 25d633f0f1..30ada6bdc4 100644
--- a/asn1/x509sat/Makefile.nmake
+++ b/asn1/x509sat/Makefile.nmake
@@ -16,6 +16,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf
!IFDEF PYTHON
$(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
+ sed -e "s/\([\"\.]\)Syntax/\1/g" -i.orig packet-x509sat.c
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1