From 7ec2782ca7f56377011c2620287639f70655c8c3 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 22 Jun 2014 10:08:01 +0200 Subject: Fixing Linux build. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5312e48..861b60f 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LDFLAGS += -g3 -gdwarf-2 endif INCLUDES = includes libcoro libev LuaJIT/src lcrypt libtommath libtomcrypt/src/headers src/jsoncpp/include -LIBS = z +LIBS = z curl DEFINES = _LARGEFILE64_SOURCE LITTLE_ENDIAN LTM_DESC LTC_SOURCE USE_LTM ifeq ($(SYSTEM),Darwin) @@ -62,6 +62,8 @@ TaskMan.cc \ \ HelperTasks.cc \ \ +CurlTask.cc \ +\ Http.cc \ HttpServer.cc \ HttpActionStatic.cc \ -- cgit v1.2.3