From c544976c043dbe7d57ed27278f1c9a04103db7bd Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Mon, 22 Jan 2018 15:48:20 +0100 Subject: [PATCH] fix sqlite compile error on ubuntu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0714ea8..6f89986 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) -l pthread +SERVERLIB= -ldl $(LIB_FLAG) $(DB_LIB) -l pthread SERVER_O=plugin_manager.o \ http_server.o