summaryrefslogtreecommitdiff
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-05 10:38:30 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-05 10:38:30 +0000
commit1da499a6dc901e3814b3684bb44589f387a4abe9 (patch)
tree0d687c8042416ce7afc324918b0e0f8444dd1872 /asn1/Makefile.inc
parent5b4d99b4d1d84cd01cf8945dc1005ea90e0cc3f4 (diff)
downloadwireshark-1da499a6dc901e3814b3684bb44589f387a4abe9.tar.gz
comment out some lines till I learn how to write Linux makefile
svn path=/trunk/; revision=23072
Diffstat (limited to 'asn1/Makefile.inc')
-rw-r--r--asn1/Makefile.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index ed0dde3c34..8596a7b8ad 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -26,11 +26,12 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-if NO_PROTO_OPT
-PROTO_OPT =
-else
-PROTO_OPT = -p $(PROTOCOL_NAME)
-endif
+# commented out till it is fixed
+#if NO_PROTO_OPT
+#PROTO_OPT =
+#else
+#PROTO_OPT = -p $(PROTOCOL_NAME)
+xendif
$(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
python $(top_srcdir)/tools/asn2wrs.py \