aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/qsig/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-05-06 01:47:16 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-05-06 01:47:16 +0000
commita80a391b0ebf7fb00553104df46c4d136b4bd01d (patch)
tree6b306a116daab691d79e3bac9ed8064d133216d1 /asn1/qsig/Makefile.common
parent0b1629a058b001a8bb2b66dad0f54195d9eeb8f0 (diff)
From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :
ASN.1 files in trunk/asn1/qsig contain syntax errors that prevent them from being compiled by a standard ASN.1 compiler. A patch of modified files is attached along with General-Error-List.asn which was missing completely. From me: add the new asn file to the list of source files. Add SVN Id tag to the new file. svn path=/trunk/; revision=37005
Diffstat (limited to 'asn1/qsig/Makefile.common')
-rw-r--r--asn1/qsig/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/asn1/qsig/Makefile.common b/asn1/qsig/Makefile.common
index be839d4429..fac7ca3e8b 100644
--- a/asn1/qsig/Makefile.common
+++ b/asn1/qsig/Makefile.common
@@ -29,9 +29,10 @@ DISSECTOR_FILES = \
EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
-EXT_ASN_FILE_LIST =
+EXT_ASN_FILE_LIST =
ASN_FILE_LIST = \
+ General-Error-List.asn \
qsig-gf-ext.asn \
qsig-gf-gp.asn \
qsig-gf-ade.asn \
@@ -74,8 +75,8 @@ SRC_FILES = \
$(EXT_ASN_FILE_LIST)
# need empty -p <proto> option, default is -p $(PROTOCOL_NAME)
-PROTO_OPT =
+PROTO_OPT =
A2W_FLAGS = -e
-EXTRA_CNF =
+EXTRA_CNF =