summaryrefslogtreecommitdiff
path: root/asn1/tcap/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-09-14 14:42:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-09-14 14:42:39 +0000
commitd7c62b2db5461dc8dbfb2af4679f3cdd7a3f3873 (patch)
tree9dfb1ce4d60b3f6fdbef99c750c8b50d8edd1560 /asn1/tcap/Makefile.common
parent14f76023b3c55a590e1870d540142547d9821619 (diff)
downloadwireshark-d7c62b2db5461dc8dbfb2af4679f3cdd7a3f3873.tar.gz
Use the unmodified DialoguePDUs ASN1 file.
svn path=/trunk/; revision=26192
Diffstat (limited to 'asn1/tcap/Makefile.common')
-rw-r--r--asn1/tcap/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/tcap/Makefile.common b/asn1/tcap/Makefile.common
index b64d89b033..19dc0d4209 100644
--- a/asn1/tcap/Makefile.common
+++ b/asn1/tcap/Makefile.common
@@ -30,7 +30,8 @@ NEED_PACKET_PROTO_H = 1
EXT_ASN_FILE_LIST =
ASN_FILE_LIST = $(PROTOCOL_NAME).asn\
- UnidialoguePDUs.asn
+ UnidialoguePDUs.asn \
+ DialoguePDUs.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.
@@ -44,7 +45,6 @@ EXTRA_DIST = \
SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST) \
- DialoguePDUs.asn \
TCAPMessages.asn \
TC-Notation-Extensions.asn