aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-25 21:16:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-25 21:16:43 +0000
commitb160466dd2c446265d660a0ab7311c61ab079222 (patch)
tree3a6a574f902b65124d6ddf4434229bae1528127b /asn1/x509ce/Makefile.common
parent3814106d7e5333e887dcd9d4c8ced0c2e10cd22c (diff)
From Martin Kaiser:
add X.509 certificate extensions for DVB-CI/CI+ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7397 svn path=/trunk/; revision=43485
Diffstat (limited to 'asn1/x509ce/Makefile.common')
-rw-r--r--asn1/x509ce/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/x509ce/Makefile.common b/asn1/x509ce/Makefile.common
index c170347732..39f0120077 100644
--- a/asn1/x509ce/Makefile.common
+++ b/asn1/x509ce/Makefile.common
@@ -26,7 +26,8 @@ EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST =
-ASN_FILE_LIST = CertificateExtensions.asn
+ASN_FILE_LIST = CertificateExtensions.asn \
+ CertificateExtensionsCiplus.asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.