aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-01 07:27:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-01 07:27:35 +0000
commitf25e74c52434dd4fe2dde9d21bc03ee370687e3e (patch)
tree25a0d7c7d4f2b202c248cefecb5e289fc5cd30c0 /asn1/inap/Makefile.common
parente2e36360983b7faaaa2f4e7909016092aa0a94e9 (diff)
Dissect error code.
svn path=/trunk/; revision=32060
Diffstat (limited to 'asn1/inap/Makefile.common')
-rw-r--r--asn1/inap/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1/inap/Makefile.common b/asn1/inap/Makefile.common
index a632d3067d..4858d12b6a 100644
--- a/asn1/inap/Makefile.common
+++ b/asn1/inap/Makefile.common
@@ -54,7 +54,9 @@ ASN_FILE_LIST= \
$(1248_CLASSES_ASN) \
$(1248_1_ASN_FILES) \
$(1248_2_ASN_FILES) \
- $(1248_3_ASN_FILES)
+ $(1248_3_ASN_FILES) \
+ IN-errorcodes.asn \
+ IN-errortypes.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.