summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-22 10:08:01 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-22 10:08:01 +0200
commit7ec2782ca7f56377011c2620287639f70655c8c3 (patch)
tree387fba16b0402e5224d920e2699749ad56d44e6d /Makefile
parent7b33bd13b459b55023406dc8d33eb9b3e5e0a018 (diff)
Fixing Linux build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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 \