aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-02 19:14:28 +0200
committerLoïc Hoguin <[email protected]>2013-09-02 19:14:28 +0200
commit9eab26d8353f1546ad8209196c36e42d616f952e (patch)
tree29dfd120a023582f6814b320ff75ac778a0ea49e /Makefile
parentd68b3de9d96dbe0fab56b78cdfeb699055446746 (diff)
downloadcowboy-9eab26d8353f1546ad8209196c36e42d616f952e.tar.gz
cowboy-9eab26d8353f1546ad8209196c36e42d616f952e.tar.bz2
cowboy-9eab26d8353f1546ad8209196c36e42d616f952e.zip
Add request body support for SPDY
And various other improvements following the addition of two tests. New dependency cowlib that will gradually receive most of the parse code from SPDY but also HTTP and its headers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99c5421..d894efb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,11 @@ PLT_APPS = crypto public_key ssl
# Dependencies.
-DEPS = ranch
-TEST_DEPS = ct_helper gun
+DEPS = cowlib ranch
+dep_cowlib = pkg://cowlib master
dep_ranch = pkg://ranch 0.8.5
+
+TEST_DEPS = ct_helper gun
dep_ct_helper = https://github.com/extend/ct_helper.git master
dep_gun = pkg://gun master