aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-09 19:40:59 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-09 19:40:59 +0000
commit99dc7c4acdcea4602043da2d7e8b70d66f215816 (patch)
treeb0719c4ac23d19bcafc00daeb33ba55605604422 /asn1/cmip
parent4f80881d6ff6537c6cdf7ba5c815b94074bf3e4a (diff)
downloadwireshark-99dc7c4acdcea4602043da2d7e8b70d66f215816.tar.gz
wireshark-99dc7c4acdcea4602043da2d7e8b70d66f215816.tar.bz2
wireshark-99dc7c4acdcea4602043da2d7e8b70d66f215816.zip
Fix order of external files (without affecting other protos).
svn path=/trunk/; revision=23121
Diffstat (limited to 'asn1/cmip')
-rw-r--r--asn1/cmip/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/cmip/Makefile.common b/asn1/cmip/Makefile.common
index 4be89d1eee..25354a6b70 100644
--- a/asn1/cmip/Makefile.common
+++ b/asn1/cmip/Makefile.common
@@ -27,10 +27,10 @@ DISSECTOR_FILES=packet-$(PROTOCOL_NAME).c \
NEED_PACKET_PROTO_H = 1
-EXT_ASN_FILE_LIST = \
+EXT_ASN_FILE_LIST_LATE = \
+ ../x721/Attribute-ASN1Module.asn \
../ros/Remote-Operations-Information-Objects.asn \
- ../ros/Remote-Operations-Generic-ROS-PDUs.asn \
- ../x721/Attribute-ASN1Module.asn
+ ../ros/Remote-Operations-Generic-ROS-PDUs.asn
ASN_FILE_LIST = \
CMIP-1.asn \