aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-12-18 12:12:20 +0100
committerBjörn Gustavsson <[email protected]>2013-01-22 19:20:09 +0100
commit14ccfeb0453e296395cb54400f95712b1be6f615 (patch)
treea853e0d75ea18652e329989ee0f29e993a60f664 /lib/asn1/src/Makefile
parent8cc1f6e814fb4cfe69cb1f80138c630377d26b57 (diff)
downloadotp-14ccfeb0453e296395cb54400f95712b1be6f615.tar.gz
otp-14ccfeb0453e296395cb54400f95712b1be6f615.tar.bz2
otp-14ccfeb0453e296395cb54400f95712b1be6f615.zip
Add and use asn1rtt_check
Diffstat (limited to 'lib/asn1/src/Makefile')
-rw-r--r--lib/asn1/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/asn1/src/Makefile b/lib/asn1/src/Makefile
index 75ffdd66c7..a9806c13a4 100644
--- a/lib/asn1/src/Makefile
+++ b/lib/asn1/src/Makefile
@@ -173,7 +173,8 @@ release_docs_spec:
# Run-time library template files.
#
-RT_TEMPLATES = asn1rtt_per_common \
+RT_TEMPLATES = asn1rtt_check \
+ asn1rtt_per_common \
asn1rtt_real_common \
asn1rtt_ber \
asn1rtt_per \