diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 \ |