From 5c6cedf9926c3106f558113524f91a8539eef337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 15 Nov 2016 12:52:07 +0200 Subject: Add ssl to the list of dependencies --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e51bc96..dff32c2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ # See LICENSE for licensing information. PROJECT = ranch +PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols. +PROJECT_VERSION = 1.3.0 +PROJECT_REGISTERED = ranch_server # Options. @@ -18,6 +21,8 @@ CI_ERLLVM ?= $(CI_HIPE) # Dependencies. +LOCAL_DEPS = ssl + TEST_DEPS = ct_helper dep_ct_helper = git https://github.com/ninenines/ct_helper master -- cgit v1.2.3