From 0ab18a6a62cd3e8dc2bbe7faa2603314626a0a41 Mon Sep 17 00:00:00 2001 From: lxsang Date: Fri, 11 Mar 2016 19:21:19 +0000 Subject: [PATCH] fix linux compile error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19cb4ca..0714ea8 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CFLAGS= -W -Wall -g -std=c99 -D DEBUG $(DB_FLAG) $(PF_FLAG) LIB_PATH=$(BUILDIRD)/plugins LIB_NAME=libantd LIB_FLAG= $(LIB_NAME).$(EXT) -SERVERLIB= -ldl $(LIB_FLAG) +SERVERLIB= -ldl $(LIB_FLAG) -l pthread SERVER_O=plugin_manager.o \ http_server.o