diff options
author | Lukas Larsson <[email protected]> | 2011-07-01 15:51:31 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-08-01 16:37:59 +0200 |
commit | f4b38eec4b0eccab59cdfb0610124bd20c0d7802 (patch) | |
tree | f82913e84b57b6f5a05a09ece8defa8f7d18ce1e /lib/asn1/src/Makefile | |
parent | a9b234504e155f1c44d7d1f93532c3224e10f439 (diff) | |
download | otp-f4b38eec4b0eccab59cdfb0610124bd20c0d7802.tar.gz otp-f4b38eec4b0eccab59cdfb0610124bd20c0d7802.tar.bz2 otp-f4b38eec4b0eccab59cdfb0610124bd20c0d7802.zip |
Add asn1 nif for ber decode and per encode
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 2733cde3f8..f4dc7d178d 100644 --- a/lib/asn1/src/Makefile +++ b/lib/asn1/src/Makefile @@ -68,7 +68,8 @@ RT_MODULES= \ asn1rt_per_bin_rt2ct \ asn1rt_uper_bin \ asn1rt_check \ - asn1rt_driver_handler + asn1rt_driver_handler \ + asn1rt_nif # asn1_sup \ # asn1_app \ # asn1_server |