aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-02-05 13:13:37 +0100
committerLoïc Hoguin <[email protected]>2014-02-05 13:19:35 +0100
commit521d7ed582d9b948031896c597170ef101d9f8b0 (patch)
tree0b15327d7cffee8399b0f2888ef77fcbda310a56 /Makefile
parent799e6e9b8faebe825b70299521b2e3465fc47c89 (diff)
downloadcowlib-521d7ed582d9b948031896c597170ef101d9f8b0.tar.gz
cowlib-521d7ed582d9b948031896c597170ef101d9f8b0.tar.bz2
cowlib-521d7ed582d9b948031896c597170ef101d9f8b0.zip
Add the cow_multipart module for multipart message parsing and building
This is a new implementation that has been measured to be up to 33% faster than the implementation that was in Cowboy.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c9f5b7..f1b478e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
PROJECT = cowlib
CT_SUITES = eunit
+PLT_APPS = crypto
include erlang.mk