1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-03 13:39:46 +02:00

fix linux compile error

This commit is contained in:
lxsang 2016-03-11 19:21:19 +00:00
parent 628434a443
commit 0ab18a6a62

View File

@ -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