diff options
author | Björn Gustavsson <[email protected]> | 2012-12-18 12:12:20 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-22 19:20:09 +0100 |
commit | 14ccfeb0453e296395cb54400f95712b1be6f615 (patch) | |
tree | a853e0d75ea18652e329989ee0f29e993a60f664 /lib/asn1/src/Makefile | |
parent | 8cc1f6e814fb4cfe69cb1f80138c630377d26b57 (diff) | |
download | otp-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/Makefile | 3 |
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 \ |