Correct the order the .asn files are called - yes it matters.

Grrr took me ages to figure out what the problem was.

svn path=/trunk/; revision=23919
This commit is contained in:
Anders Broman 2007-12-19 05:43:20 +00:00
parent 0eb257e087
commit 92586bf368
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \
NEED_PACKET_PROTO_H = 1
EXT_ASN_FILE_LIST = \
EXT_ASN_FILE_LIST_LATE = \
../ros/Remote-Operations-Information-Objects.asn \
../ros/Remote-Operations-Generic-ROS-PDUs.asn
@ -56,8 +56,8 @@ EXTRA_DIST = \
$(PROTOCOL_NAME).cnf
SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
$(EXT_ASN_FILE_LIST) \
$(EXTRA_DIST)
A2W_FLAGS= -b -L