diff options
author | Björn Gustavsson <[email protected]> | 2012-11-25 10:46:20 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-12-06 14:22:36 +0100 |
commit | a14c59482e5823b4a056b9ca7bb80a9ac65de726 (patch) | |
tree | b453e305e215d0297dd5403fa090b58897988b15 /lib/asn1/src/Makefile | |
parent | eec4313f7c8785734b432c4a3771838c88bb2495 (diff) | |
download | otp-a14c59482e5823b4a056b9ca7bb80a9ac65de726.tar.gz otp-a14c59482e5823b4a056b9ca7bb80a9ac65de726.tar.bz2 otp-a14c59482e5823b4a056b9ca7bb80a9ac65de726.zip |
Add the asn1ct_imm module
Diffstat (limited to 'lib/asn1/src/Makefile')
-rw-r--r-- | lib/asn1/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asn1/src/Makefile b/lib/asn1/src/Makefile index c18db7a8fd..8d9422144e 100644 --- a/lib/asn1/src/Makefile +++ b/lib/asn1/src/Makefile @@ -54,6 +54,7 @@ CT_MODULES= \ asn1ct_constructed_per \ asn1ct_constructed_ber_bin_v2 \ asn1ct_gen_ber_bin_v2 \ + asn1ct_imm \ asn1ct_value \ asn1ct_tok \ asn1ct_parser2 \ |