aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-07 20:11:09 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-07 20:11:09 +0000
commit91d808331c2500a2190b28b8b287964d3fcfe09a (patch)
tree354c2e60ce4f40000c9a354a46c4c7235364a7a2 /asn1/Makefile.inc
parent03bdee47479c6356209c6b977e81b07717f6ce5a (diff)
Swap order of external and local sources
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23084 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.inc')
-rw-r--r--asn1/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index a5900c0563..0de7664fc4 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) \
- $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST)
+ $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST)
copy_files: generate_dissector
cp $(DISSECTOR_FILES) $(top_srcdir)/epan/dissectors/