From d21ff9d75973d295c99c507d84c6e80ab5c7c93d Mon Sep 17 00:00:00 2001 From: Cloud Date: Fri, 18 Apr 2014 22:48:10 +0800 Subject: [PATCH] add memory lua lib --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f972007d..a93f1789 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ jemalloc : $(JEMALLOC_STATICLIB) # skynet CSERVICE = snlua logger gate master harbor -LUA_CLIB = skynet socketdriver int64 bson mongo md5 netpack cjson clientsocket # memory +LUA_CLIB = skynet socketdriver int64 bson mongo md5 netpack cjson clientsocket memory SKYNET_SRC = skynet_main.c skynet_handle.c skynet_module.c skynet_mq.c \ skynet_server.c skynet_start.c skynet_timer.c skynet_error.c \