aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/Makefile
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-10-10 20:13:49 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-01-28 15:56:31 +0100
commitc3a45ed9ae4f84018a63df18666d0752beb8458a (patch)
tree36f3bcf0d68f0380b9654893c93ea6ed5ac1d047 /lib/stdlib/src/Makefile
parentbbdec77e0749a81f5e1e94a00631249cbb420fe6 (diff)
downloadotp-c3a45ed9ae4f84018a63df18666d0752beb8458a.tar.gz
otp-c3a45ed9ae4f84018a63df18666d0752beb8458a.tar.bz2
otp-c3a45ed9ae4f84018a63df18666d0752beb8458a.zip
stdlib: Add Map module
The map type is set to term.
Diffstat (limited to 'lib/stdlib/src/Makefile')
-rw-r--r--lib/stdlib/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/src/Makefile b/lib/stdlib/src/Makefile
index f3387d669b..376083c7d6 100644
--- a/lib/stdlib/src/Makefile
+++ b/lib/stdlib/src/Makefile
@@ -91,6 +91,7 @@ MODULES= \
lib \
lists \
log_mf_h \
+ map \
math \
ms_transform \
otp_internal \