summaryrefslogtreecommitdiff
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-05 11:15:00 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-05 11:15:00 +0000
commitd0ae8baa7ce3ddbfe4d5e02b3b0043e2c4f91162 (patch)
treef72ab6504ee28073c724d7b86e9bb0cdf8405352 /asn1/Makefile.inc
parent1da499a6dc901e3814b3684bb44589f387a4abe9 (diff)
downloadwireshark-d0ae8baa7ce3ddbfe4d5e02b3b0043e2c4f91162.tar.gz
next fix of my mistake :(
svn path=/trunk/; revision=23073
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 \