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

fix sqlite compile error on ubuntu

This commit is contained in:
Xuan Sang LE 2018-01-22 15:48:20 +01:00
parent 0ab18a6a62
commit c544976c04

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) -l pthread
SERVERLIB= -ldl $(LIB_FLAG) $(DB_LIB) -l pthread
SERVER_O=plugin_manager.o \
http_server.o