aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-05 11:15:00 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-05 11:15:00 +0000
commit6b66d85173d1542f3bce6714e1eb913e95a25632 (patch)
treef72ab6504ee28073c724d7b86e9bb0cdf8405352 /asn1/Makefile.inc
parent65e37eaec2935adb075868a21aa3ceddfed3e84c (diff)
next fix of my mistake :(
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23073 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.inc')
-rw-r--r--asn1/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index 8596a7b8ad..2610370ba0 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -30,8 +30,8 @@ generate_dissector: $(DISSECTOR_FILES)
#if NO_PROTO_OPT
#PROTO_OPT =
#else
-#PROTO_OPT = -p $(PROTOCOL_NAME)
-xendif
+PROTO_OPT = -p $(PROTOCOL_NAME)
+#endif
$(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
python $(top_srcdir)/tools/asn2wrs.py \