aboutsummaryrefslogtreecommitdiffstats
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
parent4f80881d6ff6537c6cdf7ba5c815b94074bf3e4a (diff)
Fix order of external files (without affecting other protos).
svn path=/trunk/; revision=23121
-rw-r--r--asn1/Makefile.inc2
-rw-r--r--asn1/cmip/Makefile.common6
2 files changed, 4 insertions, 4 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index 0de7664fc4..1e090ec291 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -34,7 +34,7 @@ $(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
-c $(srcdir)/$(PROTOCOL_NAME).cnf \
-s $(srcdir)/packet-$(PROTOCOL_NAME)-template \
-D $(srcdir) \
- $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST)
+ $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)
copy_files: generate_dissector
cp $(DISSECTOR_FILES) $(top_srcdir)/epan/dissectors/
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 \